Re: ssl database connection problems...

Поиск
Список
Период
Сортировка
От Ray Stell
Тема Re: ssl database connection problems...
Дата
Msg-id 20090121212450.GA14677@cns.vt.edu
обсуждение исходный текст
Ответ на Re: ssl database connection problems...  (Carol Walter <walterc@indiana.edu>)
Ответы Re: ssl database connection problems...  (Carol Walter <walterc@indiana.edu>)
Список pgsql-admin
On Wed, Jan 21, 2009 at 12:50:23PM -0500, Carol Walter wrote:
> -bash-3.00$ /usr/local/ssl/bin/openssl verify -CAfile ./root.crt
> testcert.pem
> Error loading file ./root.crt
> 24149:error:02001002:system library:fopen:No such file or
> directory:bss_file.c:126:fopen('./root.crt','r')


root.crt is just my self signed root authority cert.  It is just a file
I created/named with openssl for testing.  You place whatever file is
the public side of the chain (you got it from the signing authority)
somewhere and tell the command where to look with the -CAfile flag.
The file testcert.pem was signed by that auth and so is paired with
root.crt.

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

Предыдущее
От: "Larry Rosenman"
Дата:
Сообщение: Re: check to see when tables were last vacummed
Следующее
От: Carol Walter
Дата:
Сообщение: Re: ssl database connection problems...