MXS-1019: Update SSL documentation
Added ssl_verify_peer_certificate documentation for listeners and servers.
This commit is contained in:
parent
63ae436bd5
commit
4280ec7ee8
@ -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:**
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user