aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-06-18 14:22:31 +0900
committerMichael Paquier <michael@paquier.xyz>2021-06-18 14:22:31 +0900
commitf80979f659d39e238e95444e6752142799428078 (patch)
treeb65b2f8647d2bd2aa9ecd8dfa5bb3cd2e92fed31
parentd24c5658a80c8f5037e9e1948de311d3f3350f12 (diff)
downloadpostgresql-f80979f659d39e238e95444e6752142799428078.tar.gz
postgresql-f80979f659d39e238e95444e6752142799428078.zip
doc: Apply markup <productname> to OpenSSL more consistently
Author: Daniel Gustafsson Discussion: https://postgr.es/m/CE12DD5C-4BB3-4166-BC9A-39779568734C@yesql.se
-rw-r--r--doc/src/sgml/config.sgml11
-rw-r--r--doc/src/sgml/libpq.sgml3
2 files changed, 8 insertions, 6 deletions
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'
</para>
<para>
- The directory needs to be prepared with the OpenSSL command
+ The directory needs to be prepared with the
+ <productname>OpenSSL</productname> command
<literal>openssl rehash</literal> or <literal>c_rehash</literal>. See
its documentation for details.
</para>
@@ -1320,7 +1321,7 @@ include_dir 'conf.d'
Specifies a list of <acronym>SSL</acronym> cipher suites that are
allowed to be used by SSL connections. See the
<citerefentry><refentrytitle>ciphers</refentrytitle></citerefentry>
- manual page in the <application>OpenSSL</application> package for the
+ manual page in the <productname>OpenSSL</productname> 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
<productname>OpenSSL</productname> versions. Use the command
<literal>openssl ciphers -v 'HIGH:MEDIUM:+3DES:!aNULL'</literal> to
- see actual details for the currently installed <application>OpenSSL</application>
- version. Note that this list is filtered at run time based on the
- server key type.
+ see actual details for the currently installed
+ <productname>OpenSSL</productname> version. Note that this list is
+ filtered at run time based on the server key type.
</para>
</listitem>
</varlistentry>
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
</para>
<para>
- The directory needs to be prepared with the OpenSSL command
+ The directory needs to be prepared with the
+ <productname>OpenSSL</productname> command
<literal>openssl rehash</literal> or <literal>c_rehash</literal>. See
its documentation for details.
</para>