Browse Source

fix challenge token location when directory doesn't exist (v0.26)

pull/19/head
srvrco 10 years ago
parent
commit
c5705cb51c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      getssl

+ 2
- 1
getssl View File

@ -41,10 +41,11 @@
# 2016-02-01 re-arrange flow for DNS-challenge, since waiting for DNS to be updated can take quite long (v0.23)
# 2016-02-04 added options for other server types (ldaps, or any port) and check_remote (v0.24)
# 2016-02-04 added short sleep following service restart before checking certs (v0.25)
# 2016-02-12 fix challenge token location when directory doesn't exist (v0.26)
# ---------------------------------------------------------------------------
PROGNAME=${0##*/}
VERSION="0.25"
VERSION="0.26"
# defaults
CA="https://acme-staging.api.letsencrypt.org"


Loading…
Cancel
Save