RE: SSL Connections [doc PATCH]
Thanks for that one!
Here is a patch to update the documentation based on this - this should make
it less dependant on the version of OpenSSL used.
//Magnus
Show quoted text
-----Original Message-----
From: Matthew Kirkwood [mailto:matthew@hairy.beasts.org]
Sent: den 21 december 2000 16:49
To: Oliver Elphick
Cc: pgsql-hackers@postgresql.org
Subject: Re: [HACKERS] SSL ConnectionsOn Wed, 20 Dec 2000, Oliver Elphick wrote:
To create a quick self-signed certificate, use the CA.pl script
included in OpenSSL:CA.pl -newcert
Or you can do it manually:
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.certMatthew.
Attachments:
ssl_doc.patchapplication/octet-stream; name=ssl_doc.patchDownload+30-30
I have applied an earlier patch to this file for SSL. Could you check
the current tree and see how you like it?
Thanks for that one!
Here is a patch to update the documentation based on this - this should make
it less dependant on the version of OpenSSL used.//Magnus
-----Original Message-----
From: Matthew Kirkwood [mailto:matthew@hairy.beasts.org]
Sent: den 21 december 2000 16:49
To: Oliver Elphick
Cc: pgsql-hackers@postgresql.org
Subject: Re: [HACKERS] SSL ConnectionsOn Wed, 20 Dec 2000, Oliver Elphick wrote:
To create a quick self-signed certificate, use the CA.pl script
included in OpenSSL:CA.pl -newcert
Or you can do it manually:
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.certMatthew.
[ Attachment, skipping... ]
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026