Alvaro Herrera <[EMAIL PROTECTED]> writes:
> On Mon, Sep 05, 2005 at 09:03:06PM +0200, Simon de Hartog wrote:
>> How can I use this certificate and key for PostgreSQL (without copying
>> the key and changing owner and permissions etc, because then the whole
>> idea of centrally coordinated certificates is gone)?
> Did you try using a hardlink instead of a symlink?
Won't help --- he's complaining about the stat() test on ownership and
permissions of the private key file (in be-secure.c). stat looks
through symlinks, so the answer will be the same.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly