Add dist files options for certbot certificate generaion

This commit is contained in:
Pierre Jaury
2016-11-10 09:59:48 +01:00
parent b4f48d53ba
commit 8c32971ec4
3 changed files with 16 additions and 2 deletions

View File

@@ -45,6 +45,9 @@ WEBMAIL=none
# Expose the admin interface in publicly (values: yes, no)
EXPOSE_ADMIN=no
# Use Letsencrypt to generate a TLS certificate (uncomment to enable)
# ENABLE_CERTBOT=True
###################################
# Mail settings
###################################
@@ -67,5 +70,5 @@ FETCHMAIL_DELAY=600
# Developers
###################################
# Set this to enable debugging globally
DEBUG=False
# Uncomment this to enable debugging globally
# DEBUG=True