Re: SSL Connections

Поиск
Список
Период
Сортировка
От Matthew Kirkwood
Тема Re: SSL Connections
Дата
Msg-id Pine.LNX.4.10.10012211544590.28089-100000@sphinx.mythic-beasts.com
обсуждение исходный текст
Ответ на SSL Connections  ("Oliver Elphick" <olly@lfix.co.uk>)
Ответы Re: SSL Connections  ("Oliver Elphick" <olly@lfix.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: AW: AW: PostgreSQL pre-7.1 Linux/Alpha Status...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CIDR output format