From: Michael Paquier Date: Fri, 18 Jun 2021 05:22:31 +0000 (+0900) Subject: doc: Apply markup to OpenSSL more consistently X-Git-Tag: REL_14_BETA2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f80979f659d39e238e95444e6752142799428078;p=thirdparty%2Fpostgresql.git doc: Apply markup to OpenSSL more consistently Author: Daniel Gustafsson Discussion: https://postgr.es/m/CE12DD5C-4BB3-4166-BC9A-39779568734C@yesql.se --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index aa3e1782409..eeba2caa43f 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 6b96f30dcca..daf22331247 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.