Browse Source

Merge pull request #532 from heiko-r/fix-domain-template-url

Fix domain template url (failing tests are a git checkout issue)
pull/545/head v2.21
Tim Kimber 6 years ago
committed by GitHub
parent
commit
17f8698a15
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      getssl

+ 3
- 2
getssl View File

@ -216,7 +216,8 @@
# 2020-02-23 Add dig to config check for systems without drill (ubuntu)
# 2020-03-11 Use dig +trace to find primary name server and improve dig parsing of CNAME
# 2020-03-12 Fix bug with DNS validation and multiple domains (#524)
# 2020-03-24 Find primary ns using all dns utils (dig, host, nslookup) (2.21)
# 2020-03-24 Find primary ns using all dns utils (dig, host, nslookup)
# 2020-03-23 Fix staging server URL in domain template (2.21)
# ----------------------------------------------------------------------------------------
PROGNAME=${0##*/}
@ -1981,7 +1982,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"


Loading…
Cancel
Save