RE: SSL Connections [doc PATCH]

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема RE: SSL Connections [doc PATCH]
Дата
Msg-id 215896B6B5E1CF11BC5600805FFEA82104801334@sirius.edu.sollentuna.se
обсуждение исходный текст
Ответы Re: RE: SSL Connections [doc PATCH]  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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@hairy.beasts.org]
> Sent: den 21 december 2000 16:49
> To: Oliver Elphick
> Cc: pgsql-hackers@postgresql.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.
>


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: andrea gelmini
Дата:
Сообщение: stupid patches to compile cvs docs with debian
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: stupid patches to compile cvs docs with debian