0 Members and 1 Guest are viewing this topic.
grep "Verification error" /root/.acme.sh/cwp_certs/acme.sh.log | less
Thanks! No way for an integrated feature in the panel? To alert us, etc?
# find /etc/pki/tls/certs -type f -name \*.cert -mtime +60 | sed -e 's#^/etc/pki/tls/certs/##g' -e 's#\.cert$##' | xargs -I '{}' bash -c 'echo -e "Domain Cert {} expired.\n.\n" | mail -s "ALERT: Domain Cert {} expired" your-mail@yourdomain.com'