From: Peter Eisentraut Date: Fri, 29 Nov 2013 14:06:28 +0000 (-0500) Subject: doc: Enhance documentation of ssl_ciphers setting a bit X-Git-Tag: REL9_4_BETA1~862 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50107ee7a58f36568997db84df641fde122f3132;p=postgresql doc: Enhance documentation of ssl_ciphers setting a bit --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 77a9303933..932ee17b09 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -877,8 +877,11 @@ include 'filename' Specifies a list of SSL ciphers that are allowed to be - used on secure connections. See the openssl - manual page for a list of supported ciphers. + used on secure connections. See + the ciphers manual page + in the OpenSSL package for the syntax of this setting + and a list of supported values. The default value is usually + reasonable, unless you have specific security requirements.