Commit f80979f6 authored by Michael Paquier's avatar Michael Paquier

doc: Apply markup <productname> to OpenSSL more consistently

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/CE12DD5C-4BB3-4166-BC9A-39779568734C@yesql.se
parent d24c5658
...@@ -1276,7 +1276,8 @@ include_dir 'conf.d' ...@@ -1276,7 +1276,8 @@ include_dir 'conf.d'
</para> </para>
<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 <literal>openssl rehash</literal> or <literal>c_rehash</literal>. See
its documentation for details. its documentation for details.
</para> </para>
...@@ -1320,7 +1321,7 @@ include_dir 'conf.d' ...@@ -1320,7 +1321,7 @@ include_dir 'conf.d'
Specifies a list of <acronym>SSL</acronym> cipher suites that are Specifies a list of <acronym>SSL</acronym> cipher suites that are
allowed to be used by SSL connections. See the allowed to be used by SSL connections. See the
<citerefentry><refentrytitle>ciphers</refentrytitle></citerefentry> <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 syntax of this setting and a list of supported values. Only
connections using TLS version 1.2 and lower are affected. There is connections using TLS version 1.2 and lower are affected. There is
currently no setting that controls the cipher choices used by TLS currently no setting that controls the cipher choices used by TLS
...@@ -1389,9 +1390,9 @@ include_dir 'conf.d' ...@@ -1389,9 +1390,9 @@ include_dir 'conf.d'
Available cipher suite details will vary across Available cipher suite details will vary across
<productname>OpenSSL</productname> versions. Use the command <productname>OpenSSL</productname> versions. Use the command
<literal>openssl ciphers -v 'HIGH:MEDIUM:+3DES:!aNULL'</literal> to <literal>openssl ciphers -v 'HIGH:MEDIUM:+3DES:!aNULL'</literal> to
see actual details for the currently installed <application>OpenSSL</application> see actual details for the currently installed
version. Note that this list is filtered at run time based on the <productname>OpenSSL</productname> version. Note that this list is
server key type. filtered at run time based on the server key type.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
...@@ -1765,7 +1765,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname ...@@ -1765,7 +1765,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
</para> </para>
<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 <literal>openssl rehash</literal> or <literal>c_rehash</literal>. See
its documentation for details. its documentation for details.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment