Skip to content

Commit ba59e44

Browse files
authored
Fix staging server URL in domain template
The trailing slash of the Let's Encrypt staging server URL broke API discovery
1 parent a5393a5 commit ba59e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getssl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1890,7 +1890,7 @@ write_domain_template() { # write out a template file for a domain.
18901890
# see https://github.com/srvrco/getssl/wiki/Example-config-files for example configs
18911891
#
18921892
# The staging server is best for testing
1893-
#CA="https://acme-staging-v02.api.letsencrypt.org/"
1893+
#CA="https://acme-staging-v02.api.letsencrypt.org"
18941894
# This server issues full certificates, however has rate limits
18951895
#CA="https://acme-v02.api.letsencrypt.org"
18961896

0 commit comments

Comments
 (0)