diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index aa3e178240..eeba2caa43 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1276,7 +1276,8 @@ include_dir 'conf.d' - The directory needs to be prepared with the OpenSSL command + The directory needs to be prepared with the + OpenSSL command openssl rehash or c_rehash. See its documentation for details. @@ -1320,7 +1321,7 @@ include_dir 'conf.d' Specifies a list of SSL cipher suites that are allowed to be used by SSL connections. See the ciphers - manual page in the OpenSSL package for the + manual page in the OpenSSL package for the syntax of this setting and a list of supported values. Only connections using TLS version 1.2 and lower are affected. There is currently no setting that controls the cipher choices used by TLS @@ -1389,9 +1390,9 @@ include_dir 'conf.d' Available cipher suite details will vary across OpenSSL versions. Use the command openssl ciphers -v 'HIGH:MEDIUM:+3DES:!aNULL' to - see actual details for the currently installed OpenSSL - version. Note that this list is filtered at run time based on the - server key type. + see actual details for the currently installed + OpenSSL version. Note that this list is + filtered at run time based on the server key type. diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 6b96f30dcc..daf2233124 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1765,7 +1765,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname - The directory needs to be prepared with the OpenSSL command + The directory needs to be prepared with the + OpenSSL command openssl rehash or c_rehash. See its documentation for details.