pgsql/doc/src/sgml (runtime.sgml) - Mailing list pgsql-committers

From momjian@postgresql.org
Subject pgsql/doc/src/sgml (runtime.sgml)
Date
Msg-id 200012211908.eBLJ85k04768@hub.org
Whole thread Raw
List 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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql/src/backend/commands (view.c)
Next
From: momjian@postgresql.org
Date:
Subject: pgsql/doc (TODO)