diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2013-11-29 09:06:28 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2013-11-29 09:06:28 -0500 |
commit | 50107ee7a58f36568997db84df641fde122f3132 (patch) | |
tree | ae005689e90b0ce7363ea7d5d47ba6d53abfa343 | |
parent | 384eb1d40db6fe97678cb00e57365e785cb85eff (diff) | |
download | postgresql-50107ee7a58f36568997db84df641fde122f3132.tar.gz postgresql-50107ee7a58f36568997db84df641fde122f3132.zip |
doc: Enhance documentation of ssl_ciphers setting a bit
-rw-r--r-- | doc/src/sgml/config.sgml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 77a9303933d..932ee17b095 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -877,8 +877,11 @@ include 'filename' <listitem> <para> Specifies a list of <acronym>SSL</> ciphers that are allowed to be - used on secure connections. See the <application>openssl</> - manual page for a list of supported ciphers. + used on secure connections. See + the <citerefentry><refentrytitle>ciphers</></citerefentry> manual page + in the <application>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. </para> </listitem> </varlistentry> |