RE: SSL Connections [doc PATCH]

From: Magnus Hagander <mha(at)sollentuna(dot)net>
To: "'Matthew Kirkwood'" <matthew(at)hairy(dot)beasts(dot)org>
Cc: "'pgsql-patches(at)postgresql(dot)org'" <pgsql-patches(at)postgresql(dot)org>
Subject: RE: SSL Connections [doc PATCH]
Date: 2000-12-21 16:52:14
Message-ID: 215896B6B5E1CF11BC5600805FFEA82104801334@sirius.edu.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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(at)hairy(dot)beasts(dot)org]
> Sent: den 21 december 2000 16:49
> To: Oliver Elphick
> Cc: pgsql-hackers(at)postgresql(dot)org
> Subject: Re: [HACKERS] SSL Connections
>
>
> 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.
>

Attachment Content-Type Size
ssl_doc.patch application/octet-stream 2.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2000-12-21 17:57:26 Re: stupid patches to compile cvs docs with debian
Previous Message andrea gelmini 2000-12-20 11:03:23 stupid patches to compile cvs docs with debian