Added a caution about Linode's 15-minute delay in deploying records

This commit is contained in:
Andy Heathershaw 2019-04-25 13:01:16 +01:00
parent 187d2e4582
commit ba73ca81ae
1 changed files with 3 additions and 1 deletions

View File

@ -16,4 +16,6 @@ To use the scripts for a new domain renewal, use the "manual" plugin with the ex
This example requests a wildcard certificate for the domain `yourdomain.com` - change accordingly.
`certbot certonly --manual -d *.yourdomain.com -d yourdomain.com --preferred-challenges dns-01 --manual-auth-hook /path/to/linode-auth-hook.sh --manual-cleanup-hook /path/to/linode-cleanup-hook.sh`.
`certbot certonly --manual -d *.yourdomain.com -d yourdomain.com --preferred-challenges dns-01 --manual-auth-hook /path/to/linode-auth-hook.sh --manual-cleanup-hook /path/to/linode-cleanup-hook.sh`.
**Please note:** Linode only deploy changes to their nameservers roughly every 15 minutes, so DNS records do not show up immediately. The authorisation script waits for 20 minutes after creating a record before exiting to allow the DNS records to be deployed before Let's Encrypt verifies them. Therefore this script can take some time to run. Once a certificate has been issued, renewals happen non-interactively.