permit https

This commit is contained in:
Adrian Woeltche 2018-06-21 16:41:45 +02:00
parent 206e7a5b52
commit 4501f71dd8
2 changed files with 19 additions and 2 deletions

View file

@ -61,6 +61,16 @@ level="verbose"
port=3000
# HTTP interface to listen on
host="0.0.0.0"
# Enable HTTPS
https=false
# HTTPS certificate file name
cert="cert.pem"
# HTTPS certificate private key file name
key="key.pem"
# HTTPS ca certificate file name
#ca="ca-certificate.pem"
# HTTPS Diffie Hellman parameters (generate with openssl dhparam)
#dhparams="dhparams.pem"
# Secret for signing the session ID cookie
secret="a cat"
# Session length in seconds when "remember me" is checked