feat: add Let's Encrypt support
This commit is contained in:
@@ -84,6 +84,16 @@ PRESERVE="3"
|
||||
# options: true/false
|
||||
#AUTOCERT="false"
|
||||
|
||||
# Enable automatic Let's Encrypt certificate creation.
|
||||
# Setting this to true will configure HTTP and HTTPS listeners to ports 80/443 (overwrites PORT variable),
|
||||
# enables autocert, sets certificate paths if missing and adds http to https redirect.
|
||||
#LETSENCRYPT="false"
|
||||
# Let's Encrypt domain for which the certificate is generated.
|
||||
# Domain needs to be pointed towards XO server public ip-address and ports 80 and 443 allowed.
|
||||
#LETSENCRYPT_DOMAIN=""
|
||||
# Optional email address to receive notifications related to certificate
|
||||
#LETSENCRYPT_EMAIL=""
|
||||
|
||||
# If set to true, this will install the rpm/deb repositories necessary for the Xen Orchestra install.
|
||||
# If set to false, these repositories will not be installed. Also automatic nodejs upgrade will be disabled.
|
||||
# Note that installation will fail if all needed packages aren't available from configured repositories. See README for list of packages.
|
||||
|
Reference in New Issue
Block a user