Re: Fwd: ssl database connection problems...

From: Ray Stell <stellr(at)cns(dot)vt(dot)edu>
To: Carol Walter <walterc(at)indiana(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Fwd: ssl database connection problems...
Date: 2008-12-31 21:08:41
Message-ID: 20081231210841.GD25663@cns.vt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, Dec 31, 2008 at 11:16:42AM -0500, Carol Walter wrote:
>> On the web site you directed me to, the s_server command uses a file
>> called 'mycert.pem'. Do you know what the system expecting for this file?

It's just a file and you tell openssl where it is, where you put it
once it is created. You request this file from your CA (certificate
authority) who will provide you with the root.crt, the public side of
the chain. You can generate your own with openssl. Here's a great
demo: http://www.madboa.com/geek/openssl/#cert

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Marc Fromm 2009-01-02 17:11:59 access data in php
Previous Message Carol Walter 2008-12-31 16:16:42 Fwd: ssl database connection problems...