Browse Source

Fix staging server URL in domain template

The trailing slash of the Let's Encrypt staging server URL broke API discovery
pull/532/head
Heiko 6 years ago
committed by GitHub
parent
commit
ba59e4452b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getssl

+ 1
- 1
getssl View File

@ -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"


Loading…
Cancel
Save