(cherry picked from commit 6e7b6cfabba6774627f942d7f02e1adf62bf7797)
... | ... |
@@ -190,11 +190,11 @@ modparam("auth_identity","cainfo_path","/etc/ssl/certs/ca-certificates.crt") |
190 | 190 |
</section> |
191 | 191 |
|
192 | 192 |
<section id="accept_pem_certs"> |
193 |
- <title><varname>accept_pem_certs</varname> ([0|1])</title> |
|
193 |
+ <title><varname>accept_pem_certs</varname> (int)</title> |
|
194 | 194 |
<para>Note: this parameter is for verifier service.</para> |
195 | 195 |
<para> |
196 | 196 |
Enables the acquired certificate processing if it is in PEM |
197 |
- format. |
|
197 |
+ format. Value can be 0 or 1. |
|
198 | 198 |
</para> |
199 | 199 |
<para> |
200 | 200 |
This parameter is optional. The default value is "0". |