language/context/ssl.xml
ec6e871a47fa15228aa3299f46fed826422adbc0
...
...
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<refentry xml:id="context.ssl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
4
+
<refentry xml:id="context.ssl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="verify_info:false">
5
5
<refnamediv>
6
6
<refname>SSL context options</refname>
7
7
<refpurpose>SSL context option listing</refpurpose>
...
...
@@ -108,9 +108,9 @@
108
108
</term>
109
109
<listitem>
110
110
<para>
111
-
Path to local certificate file on filesystem. It must be a PEM
112
-
encoded file which contains your certificate and private key.
113
-
It can optionally contain the certificate chain of issuers.
111
+
Path to local certificate file on filesystem. It must be a
112
+
<acronym>PEM</acronym> encoded file which contains your certificate and
113
+
private key. It can optionally contain the certificate chain of issuers.
114
114
The private key also may be contained in a separate file specified
115
115
by <literal>local_pk</literal>.
116
116
</para>
...
...
@@ -272,7 +272,7 @@
272
272
<row>
273
273
<entry>7.2.0</entry>
274
274
<entry>
275
-
Added <parameter>security_levels</parameter>. Requires OpenSSL &gt;= 1.1.0.
275
+
Added <parameter>security_level</parameter>. Requires OpenSSL &gt;= 1.1.0.
276
276
</entry>
277
277
</row>
278
278
</tbody>
279
279