diff --git a/Documentation/Getting-Started/Configuration-Guide.md b/Documentation/Getting-Started/Configuration-Guide.md index 45ae89a52..2f008a328 100644 --- a/Documentation/Getting-Started/Configuration-Guide.md +++ b/Documentation/Getting-Started/Configuration-Guide.md @@ -1048,6 +1048,14 @@ value is specified, the default is 9. ssl_cert_verify_depth=5 ``` +#### `ssl_verify_peer_certificate` + +Peer certificate verification. This functionality is enabled by default. + +When this feature is enabled, the certificate sent by the peer is verified +against the configured Certificate Authority. If you are using self-signed +certificates, disable this feature. + **Example SSL enabled server configuration:** ``` @@ -1251,6 +1259,14 @@ value is specified, the default is 9. ssl_cert_verify_depth=5 ``` +#### `ssl_verify_peer_certificate` + +Peer certificate verification. This functionality is enabled by default. + +When this feature is enabled, the certificate sent by the peer is verified +against the configured Certificate Authority. If you are using self-signed +certificates, disable this feature. + **Example SSL enabled listener configuration:** ```