Browse Source

correct issue #101 when some domains already validated

pull/105/head
srvrco 9 years ago
parent
commit
49ea67f8cd
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      getssl

+ 4
- 1
getssl View File

@ -100,10 +100,11 @@
# 2016-08-23 enable insecure certiticate on https token check #94 (1.34)
# 2016-08-23 export OPENSSL_CONF so it's used by all openssl commands (1.35)
# 2016-08-25 updated defaults for ACME agreement (1.36)
# 2016-09-04 correct issue #101 when some domains already validated (1.37)
# ---------------------------------------------------------------------------
PROGNAME=${0##*/}
VERSION="1.36"
VERSION="1.37"
# defaults
CODE_LOCATION="https://raw.githubusercontent.com/srvrco/getssl/master/getssl"
@ -1086,6 +1087,8 @@ for d in $alldomains; do
if [[ $response_status == "valid" ]]; then
info "$d is already validated"
# increment domain-counter
let dn=dn+1;
else
if [[ $VALIDATE_VIA_DNS == "true" ]]; then # set up the correct DNS token for verification


Loading…
Cancel
Save