summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--acme@.service2
-rw-r--r--example.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/acme@.service b/acme@.service
index 4371fd089963..a724eba323ce 100644
--- a/acme@.service
+++ b/acme@.service
@@ -21,7 +21,7 @@ RuntimeDirectoryMode=0755
SuccessExitStatus=2
Environment="ACME_DIR=/var/lib/acme"
-Environment="ACME_ARGS=-vbnN"
+Environment="ACME_ARGS=-vbnN -a https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf"
Environment="ACME_ACCOUNT=letsencrypt"
EnvironmentFile=/etc/acme/%I.conf
diff --git a/example.conf b/example.conf
index c6552fdb3a89..8b51cc35a829 100644
--- a/example.conf
+++ b/example.conf
@@ -23,7 +23,7 @@ ACME_DOMAINS="example.com www.example.com"
#ACME_ACCOUNT="letsencrypt"
-#ACME_ARGS="-vbnN"
+#ACME_ARGS="-vbnN -a https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf"
# See also:
# man 1 acme-client