pgsql/doc/src/sgml (runtime.sgml)

From: momjian(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/doc/src/sgml (runtime.sgml)
Date: 2000-12-21 19:08:05
Message-ID: 200012211908.eBLJ85k04768@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Thursday, December 21, 2000 @ 14:08:05
Author: momjian

Update of /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml
from hub.org:/home/projects/pgsql/tmp/cvs-serv4758/pgsql/doc/src/sgml

Modified Files:
runtime.sgml

----------------------------- Log Message -----------------------------

>openssl req -new -text -out cert.req (you will have to enter a password)
>mv privkey.pem cert.pem.pw
>openssl rsa -in cert.pem.pw -out cert.pem (this removes the password)
>openssl req -x509 -in cert.req -text -key cert.pem -out cert.cert

then

cp cert.pem $PGDATA/server.key
cp cert.cert $PGDATA/server.crt

Thank you; this works.

Oliver Elphick

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2000-12-21 19:12:12 pgsql/doc (TODO)
Previous Message Bruce Momjian 2000-12-21 18:49:30 Re: pgsql/src/backend/commands (view.c)