From 44fef1c2a163bdfd781ef08a06e3cf5cf9b7d5da Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sun, 17 Jul 2016 23:54:42 +0100 Subject: Add a page for revoking certs Add a template for revocation Use DATETIME type to store created/expires times Require auth for the /admin and /revoke endpoints --- 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 fc377fe..b9bd094 100644 --- a/example-server.conf +++ b/example-server.conf @@ -5,6 +5,7 @@ server { tls_cert = "server.crt" # Path to TLS certificate port = 443 # Port to listen on 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 datastore = "mysql:user:pass:host:3306" # engine:username:password:hostname:port } -- cgit v1.2.3