kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 929e54e880b304b5b1d6ec98e240d1a08fae5903
parent e475bd0c92059abef48c2bfa4643e93163986800
Author: Joris Vink <joris@coders.se>
Date:   Sat,  9 Jun 2018 12:55:09 +0200

add client_verify_depth to example config.

Diffstat:
conf/kore.conf.example | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/conf/kore.conf.example b/conf/kore.conf.example @@ -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