Re: SSL Connections

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: SSL Connections
Дата
Msg-id 200012211649.eBLGnUP11047@linda.lfix.co.uk
обсуждение исходный текст
Ответ на Re: SSL Connections  (Matthew Kirkwood <matthew@hairy.beasts.org>)
Ответы Re: SSL Connections  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Matthew Kirkwood wrote:
  >On Wed, 20 Dec 2000, Oliver Elphick wrote:
  >
  >> To create a quick self-signed certificate, use the CA.pl script
  >> included in OpenSSL:
...
  >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

then

  cp cert.pem $PGDATA/server.key
  cp cert.cert $PGDATA/server.crt

Thank you; this works.

I attach a documentation patch.

Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "For a child will be born to us, a son will be given to
      us; And the government will rest on His shoulders; And
      His name will be called Wonderful Counsellor, Mighty
      God, Eternal Father, Prince of Peace."
                                        Isaiah 9:6

Вложения

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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Who is a maintainer of GiST code ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: equal operator for _int4 (array of int4)