From ba59e4452b74195a518f4a7d5b52e1106178105a Mon Sep 17 00:00:00 2001 From: Heiko Date: Mon, 23 Mar 2020 22:52:34 +0800 Subject: [PATCH] Fix staging server URL in domain template The trailing slash of the Let's Encrypt staging server URL broke API discovery --- getssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getssl b/getssl index 96f7423..eb41c9d 100755 --- a/getssl +++ b/getssl @@ -1890,7 +1890,7 @@ write_domain_template() { # write out a template file for a domain. # see https://github.com/srvrco/getssl/wiki/Example-config-files for example configs # # The staging server is best for testing - #CA="https://acme-staging-v02.api.letsencrypt.org/" + #CA="https://acme-staging-v02.api.letsencrypt.org" # This server issues full certificates, however has rate limits #CA="https://acme-v02.api.letsencrypt.org"