mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-03-03 14:52:27 +02:00
[ACME] Register error when no hostname could be validated
This commit is contained in:
parent
dac0ea15d4
commit
6a8c4e332b
@ -404,6 +404,7 @@ while true; do
|
||||
if [[ -z ${ALL_VALIDATED[*]} ]]; then
|
||||
log_f "Cannot validate hostnames, skipping Let's Encrypt for 1 hour."
|
||||
log_f "Use SKIP_LETS_ENCRYPT=y in mailcow.conf to skip it permanently."
|
||||
redis-cli -h redis SET ACME_FAIL_TIME "$(date +%s)"
|
||||
sleep 1h
|
||||
exec $(readlink -f "$0")
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user