Experimental support for Let's Encrypt.

see #50
This commit is contained in:
Antoine Nguyen
2016-09-21 17:30:04 +02:00
parent 81b32d21ad
commit 7c22bbe5f0
4 changed files with 100 additions and 22 deletions

View File

@@ -1,3 +1,11 @@
[certificate]
generate = true
# Choose between self-signed or letsencrypt
type = letsencrypt
[letsencrypt]
email = admin@example.com
[database]
# Select database engine : postgres or mysql
engine = postgres