Re: SSL Connections - Mailing list pgsql-hackers

From Matthew Kirkwood
Subject Re: SSL Connections
Date
Msg-id Pine.LNX.4.10.10012211544590.28089-100000@sphinx.mythic-beasts.com
Whole thread Raw
In response to SSL Connections  ("Oliver Elphick" <olly@lfix.co.uk>)
Responses Re: SSL Connections  ("Oliver Elphick" <olly@lfix.co.uk>)
List pgsql-hackers
On 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.cert

Matthew.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: AW: AW: PostgreSQL pre-7.1 Linux/Alpha Status...
Next
From: Tom Lane
Date:
Subject: Re: CIDR output format