From: | Condor <condor(at)stz-bg(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: securing the sql server ? |
Date: | 2011-08-23 06:25:03 |
Message-ID: | 931d98d5a03ad162c2baad566b8859f5@stz-bg.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, 22 Aug 2011 14:20:00 -0400 (EDT), Gary Chambers wrote:
>> so when this remote server reboots, where does the encryption key
>> come
>> from?
>
> Why, from a file that resides in /root on the server, of course! :-)
> That's secure, right?
>
> -- Gary Chambers
Isn't necessary to be on the same server. The key can be stored
somewhere
on NFS for example, if you loss the server, they cant access the key
because
server wont have access to local NFS storage.
Another example, can be stored over flash memory and when server is
restarted the monitor guy insert flash memory. It's have so many
variants.
I did not understand what is the point of your comment.
R.
From | Date | Subject | |
---|---|---|---|
Next Message | Asia | 2011-08-23 06:39:51 | Re: SSL certificates issue |
Previous Message | Jayadevan M | 2011-08-23 03:37:20 | Re: Getting value of bind variables |