Skip to content

Commit 17f8698

Browse files
authored
Merge pull request #532 from heiko-r/fix-domain-template-url
Fix domain template url (failing tests are a git checkout issue)
2 parents 03d60ff + 4a51194 commit 17f8698

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

getssl

+3-2
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216
# 2020-02-23 Add dig to config check for systems without drill (ubuntu)
217217
# 2020-03-11 Use dig +trace to find primary name server and improve dig parsing of CNAME
218218
# 2020-03-12 Fix bug with DNS validation and multiple domains (#524)
219-
# 2020-03-24 Find primary ns using all dns utils (dig, host, nslookup) (2.21)
219+
# 2020-03-24 Find primary ns using all dns utils (dig, host, nslookup)
220+
# 2020-03-23 Fix staging server URL in domain template (2.21)
220221
# ----------------------------------------------------------------------------------------
221222

222223
PROGNAME=${0##*/}
@@ -1981,7 +1982,7 @@ write_domain_template() { # write out a template file for a domain.
19811982
# see https://github.com/srvrco/getssl/wiki/Example-config-files for example configs
19821983
#
19831984
# The staging server is best for testing
1984-
#CA="https://acme-staging-v02.api.letsencrypt.org/"
1985+
#CA="https://acme-staging-v02.api.letsencrypt.org"
19851986
# This server issues full certificates, however has rate limits
19861987
#CA="https://acme-v02.api.letsencrypt.org"
19871988

0 commit comments

Comments
 (0)