From c5705cb51c3d03661f983890d9e15bef99455d39 Mon Sep 17 00:00:00 2001 From: srvrco Date: Fri, 12 Feb 2016 11:09:08 +0000 Subject: [PATCH] fix challenge token location when directory doesn't exist (v0.26) --- getssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/getssl b/getssl index 0c84dc6..586dc21 100755 --- a/getssl +++ b/getssl @@ -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"