diff options
author | Bruce Momjian | 2003-07-25 22:07:44 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-07-25 22:07:44 +0000 |
commit | 02c323193728d2bc2d012e0bd5259fa428f0a3ed (patch) | |
tree | 8a1de0099ed4a8e6bbaf1f284fc635a7d5dbcc8c /doc/src | |
parent | ad73f6b86fbd09800ecc8ea4d1b173a8e655cdb7 (diff) |
Add mention of new SSL capabilities.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 82eed3c326d..641a3de6ea2 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Wed Jul 23 12:53:27 EDT 2003</P> + <P>Last updated: Fri Jul 25 18:07:30 EDT 2003</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:[email protected]">[email protected]</A>)<BR> @@ -1401,10 +1401,15 @@ BYTEA bytea variable-length byte array (null-byte safe) <UL> <LI><I>contrib/pgcrypto</I> contains many encryption functions for use in <SMALL>SQL</SMALL> queries.</LI> - <LI>The only way to encrypt transmission from the client to the - server is by using <I>hostssl</I> in <I>pg_hba.conf</I>.</LI> - <LI>Database user passwords are automatically encrypted when stored - in version 7.3. In previous versions, you must enable the option + <LI>To encrypt transmission from the client to the server, the server + must have the <I>ssl</I> option set to <I>true</I> in <I>postgresql.conf, + </I> and an applicable <I>host</I> or <I>hostssl</I> record must exist in + <I>pg_hba.conf</I>, and the client <I>sslmode</I> must not be + <I>disable.</I> (Note that it is also possible to use a third-party + encrypted transport, such as stunnel or ssh, rather than PostgreSQL's + native SSL connections.) + <LI>Database user passwords are automatically encrypted when stored in + version 7.3. In previous versions, you must enable the option <I>PASSWORD_ENCRYPTION</I> in <I>postgresql.conf</I>.</LI> <LI>The server can run using an encrypted file system.</LI> </UL> |