Browse Source

updated info comment on failed cert due to rate limits. Issue #138

pull/143/head
srvrco 9 years ago
parent
commit
2ab5f8a373
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      getssl

+ 3
- 2
getssl View File

@ -123,10 +123,11 @@
# 2016-10-12 alllow multiple tokens in DNS challenge (1.57)
# 2016-10-14 added CHECK_ALL_AUTH_DNS option to check all DNS servres, not just one primary server (1.58)
# 2016-10-14 added archive of chain and private key for each cert, and purge old archives (1.59)
# 2016-10-17 updated info comment on failed cert due to rate limits. (1.60)
# ----------------------------------------------------------------------------------------
PROGNAME=${0##*/}
VERSION="1.59"
VERSION="1.60"
# defaults
CODE_LOCATION="https://raw.githubusercontent.com/srvrco/getssl/master/getssl"
@ -1471,7 +1472,7 @@ fi
if [ -z "$CertData" ] ; then
response2=$(echo "$response" | openssl base64 -d)
debug "response was $response"
error_exit "Sign failed: $(echo "$response2" | grep -o '"detail":[ ]*"[^"]*"')"
error_exit "Sign failed: $(echo "$response2" | grep "detail")"
fi
# get a copy of the CA certificate.


Loading…
Cancel
Save