]> granicus.if.org Git - postgresql/commitdiff
doc: Enhance documentation of ssl_ciphers setting a bit
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 29 Nov 2013 14:06:28 +0000 (09:06 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 29 Nov 2013 14:06:28 +0000 (09:06 -0500)
doc/src/sgml/config.sgml

index 77a9303933dd6cf47861ef2a538682bcc6c51216..932ee17b09517040215c79b888591b7450d4a412 100644 (file)
@@ -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>