add client_verify_depth to example config.

This commit is contained in:
Joris Vink 2018-06-09 12:55:09 +02:00
parent e475bd0c92
commit 929e54e880
1 changed files with 4 additions and 0 deletions

View File

@ -201,6 +201,9 @@ authentication auth_example {
# client_certificates [CA] [optional CRL]
# - Require client certificates to be sent for the given
# CA with an optional CRL file.
# client_verify_depth [depth]
# - Configure the depth for x509 chain validation.
# By default 1.
#
# Handlers
#
@ -268,6 +271,7 @@ domain localhost {
# certkey cert/other/server.key
# accesslog /var/log/other_kore_access.log
# client_certificates cert/other/ca.crt
# client_verify_depth 1
# static /css/style.css serve_style_css
# static / serve_index