aboutsummaryrefslogtreecommitdiff
path: root/example-server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'example-server.conf')
-rw-r--r--example-server.conf1
1 files changed, 1 insertions, 0 deletions
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"