From 63c24fec8f89f6e4c803f4f2b8c7d8fb0308bedd Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Mar 11 2024 15:22:37 +0000 Subject: Adding dnssleep option for acme.sh renew operation Signed-off-by: Fabian Arrotin --- diff --git a/docs/security/tls.md b/docs/security/tls.md index 829568a..53de4fd 100644 --- a/docs/security/tls.md +++ b/docs/security/tls.md @@ -222,7 +222,7 @@ All files (certs/keys) are then available under /root/.acme.sh/{hostname} (you'l ##### For DNS challenges (existing records) For each cert/dns record, we have to ask for a renewal ``` -acme.sh --renew-all +acme.sh --renew-all --dnssleep 3 ``` ##### For HTTP challenges