Added PROPOGATION_TIME variable

This commit is contained in:
2022-06-20 22:08:30 +00:00
parent 1773f9d3ee
commit 09bdaf819c
4 changed files with 9 additions and 4 deletions

View File

@ -26,6 +26,8 @@ docker run -d --name certbot-cron \
| DOMAINS | None | Domains to be included in the certificate. Comma separated list, no spaces. Wildcards supported |
| INTERVAL | 0 */6 * * * | How often certbot attempts to renew the certificate. Cron syntax |
| STAGING | false | Uses the LetsEncrypt staging endpoint for testing - avoids the aggressive rate-limiting of the production endpoint |
| PROPOGATION_TIME | 10 | The amount of time (seconds) that certbot waits for the TXT records to propogate to Cloudflare before verifying - the more domains in the certificate, the longer you might need |
## Volumes