From 80bab78526a161b3389358a55652650bb35f567d Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Fri, 10 Aug 2018 00:07:30 +0100 Subject: Mention `require_reason` in config & README --- example-server.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'example-server.conf') diff --git a/example-server.conf b/example-server.conf index fe8be00..477ae15 100644 --- a/example-server.conf +++ b/example-server.conf @@ -9,6 +9,7 @@ server { cookie_secret = "supersecret" # Authentication key for the client cookie csrf_secret = "supersecret" # Authentication key for the CSRF token http_logfile = "http.log" # Logfile for HTTP requests + require_reason = false # Optional. Request a reason for the certificate from the client database { type = "mysql" dbname = "cashier_production" -- cgit v1.2.3