Compare commits
No commits in common. "64b5f71b58caf186f91fcfd2e30626841558bfca" and "aa98a37b8b0006f911efa70d87a2c0a0808c18ee" have entirely different histories.
64b5f71b58
...
aa98a37b8b
1 changed files with 1 additions and 4 deletions
|
@ -94,10 +94,7 @@ case $1 in
|
|||
test -d "/etc/letsencrypt/live/${domain}" && continue
|
||||
|
||||
# Ignore non local domains
|
||||
if ! nslookup "${domain}" 8.8.8.8 | grep -qE "^(${SUTTY_ADDRESSES// /|})$" ; then
|
||||
echo "${domain} is not configured to any Sutty node or DNS records are still cached, ignoring for now"
|
||||
continue
|
||||
fi
|
||||
nslookup "${domain}" 8.8.8.8 | grep -q "${SUTTY_ADDRESS}" || continue
|
||||
|
||||
# Get the certificate for the domain, the webserver will need
|
||||
# access to this directory
|
||||
|
|
Loading…
Reference in a new issue