templates/letsencrypt_webfaction.toml in letsencrypt_webfaction-3.2.0 vs templates/letsencrypt_webfaction.toml in letsencrypt_webfaction-4.0.0
- old
+ new
@@ -1,16 +1,16 @@
-# Your Webfaction username and password
+# Your Webfaction username and password, for the API & control panel, not SSH
username = "myusername"
password = "mypassword"
# The email address which will be used to register with Let's Encrypt.
letsencrypt_account_email = "me@example.com"
# The ACME endpoint. Use the staging server until you get everything working.
# Then switch to the production endpoint. You may want to run with the --force
# command after switching to reissue all certificates.
-endpoint = "https://acme-staging.api.letsencrypt.org/" # Staging
-#endpoint = "https://acme-v01.api.letsencrypt.org/" # Production
+directory = "https://acme-staging-v02.api.letsencrypt.org/directory" # Staging
+#directory = "https://acme-v02.api.letsencrypt.org/directory" # Production
# The URL to the WebFaction API. You should not change this under normal
# circumstances.
#api_url = "https://api.webfaction.com/"