| From: | Giovanni Mattamira <gmattamira(at)yahoo(dot)com> |
|---|---|
| To: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Name of server SSL key and certificate in version 7.4 |
| Date: | 2003-11-24 09:45:14 |
| Message-ID: | 20031124094514.4353.qmail@web41412.mail.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Hello, I have just compiled and testes version 7.4 on
RedHat Linux 9.0
I have produced the files server.crt and server.key
and put them in the data directory, the same way as I
did with version 7.3.
But when I start the database by the command:
sudo -u postgres /usr/local/pgsql/bin/postmaster -c
log_connections=yes -c log_pid=yes -c
log_timestamp=yes -c log_statement=yes -c
log_min_messages=info -c log_source_port=yes -c
syslog=1 -i -l -D /usr/local/pgsql/data
I get the message:
LOG: could not load root certificate file
"/usr/local/pgsql/data/root.crt": No such file or
directory
If I rename server.key to root.key
and
server.crt to root.crt,
keeping permissions 600,
then it works ok.
Have the server certificate name and server key name
changed from server.* to root.* with version 7.4?
I looked in the docs but found nothing about that.
Giovanni
__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Vellinga, Fred | 2003-11-24 14:42:52 | RST.Addnew in combination with Limit 1. |
| Previous Message | Brian G. Huber | 2003-11-23 20:11:11 | Re: Installation of plpgsql using createlang comand |