]> git.street.me.uk Git - andy/dehydrated.git/blobdiff - docs/examples/config
ask user to read and accept license, added register-command, fullchain.pem is now...
[andy/dehydrated.git] / docs / examples / config
index 92b2b83be3d8d3757d4b1a981754d87ded3d277c..1b1b3d86cb2bdb060f0403dd69a4aeda55856816 100644 (file)
 # Path to certificate authority (default: https://acme-v01.api.letsencrypt.org/directory)
 #CA="https://acme-v01.api.letsencrypt.org/directory"
 
-# Path to license agreement (default: https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf)
-#LICENSE="https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
+# Path to certificate authority license terms redirect (default: https://acme-v01.api.letsencrypt.org/terms)
+#CA_TERMS="https://acme-v01.api.letsencrypt.org/terms"
+
+# Path to license agreement (default: <unset>)
+#LICENSE=""
 
 # Which challenge should be used? Currently http-01 and dns-01 are supported
 #CHALLENGETYPE="http-01"