From 2012f78f59dd4ae3334ce3563ad9288d828232b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20V=C3=A4yrynen?= Date: Fri, 29 Jul 2022 14:36:30 +0300 Subject: [PATCH] chore: add some spacing to acme options in config file --- sample.xo-install.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sample.xo-install.cfg b/sample.xo-install.cfg index d412e37..626f485 100644 --- a/sample.xo-install.cfg +++ b/sample.xo-install.cfg @@ -88,11 +88,14 @@ PRESERVE="3" # 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. #ACME="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. #ACME_DOMAIN="" + # Optional email address to receive notifications related to certificate #ACME_EMAIL="" + # Optional ACME CA to use. Will default to Let's Encrypt # Available ones listed here: https://www.npmjs.com/package/acme-client#directory-urls #ACME_CA="letsencrypt/production"