From f80979f659d39e238e95444e6752142799428078 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 18 Jun 2021 14:22:31 +0900 Subject: [PATCH] doc: Apply markup to OpenSSL more consistently Author: Daniel Gustafsson Discussion: https://postgr.es/m/CE12DD5C-4BB3-4166-BC9A-39779568734C@yesql.se --- doc/src/sgml/config.sgml | 11 ++++++----- doc/src/sgml/libpq.sgml | 3 ++- 2 files changed, 8 insertions(+), 6 deletions(-) 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.