Re: openssl config?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Ray Stell <stellr(at)cns(dot)vt(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: openssl config?
Date: 2006-10-17 00:33:19
Message-ID: 20061017003319.GA7925@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Oct 16, 2006 at 05:12:01PM -0400, Ray Stell wrote:
> Where is ssl config covered in the docs? I included ssl in configure,
> but I can't find how to use it.

The index has several entries for SSL.

http://www.postgresql.org/docs/8.1/interactive/bookindex.html

Relevant sections are "Secure TCP/IP Connections with SSL" in the
"Operating System Environment" chapter, "Security and Authentication"
in the "Server Configuration" chapter, "The pg_hba.conf file" in
the "Client Authentication" chapter, and "SSL Support" and "Database
Connection Control Functions" in the "libpq - C Library" chapter.

http://www.postgresql.org/docs/8.1/interactive/ssl-tcp.html
http://www.postgresql.org/docs/8.1/interactive/runtime-config-connection.html#GUC-SSL
http://www.postgresql.org/docs/8.1/interactive/client-authentication.html#AUTH-PG-HBA-CONF
http://www.postgresql.org/docs/8.1/interactive/libpq-ssl.html
http://www.postgresql.org/docs/8.1/interactive/libpq.html#LIBPQ-CONNECT

--
Michael Fuhr

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Duncan McDonald 2006-10-17 04:48:42 Missing Earth Distance Functions Under Debian
Previous Message Ray Stell 2006-10-16 21:12:01 openssl config?