added more SSL config flags

This commit is contained in:
Leonard Lorenz 2020-10-23 00:55:27 +02:00
parent d6aee1e99d
commit e69dc686f0
2 changed files with 9 additions and 5 deletions

View file

@ -4,4 +4,5 @@
- ROOT_PATH: path where html, static and database reside
- SSL_PATH: path to SSL certificates containing key.pem and cert.pem
- BIND_PORT: port to bind to
- SSL_PRIV_NAME: private key for the certificate
- SSL_CERT_NAME: public key for the certificate (fullchain)