]> git.street.me.uk Git - andy/dehydrated.git/blob - docs/staging.md
Output date and time when performing --cron task.
[andy/dehydrated.git] / docs / staging.md
1 # Staging
2
3 Let’s Encrypt has stringent rate limits in place.
4
5 If you start testing using the production endpoint (which is the default),
6 you will quickly hit these limits and find yourself locked out.
7
8 To avoid this, please set the CA property to the Let’s Encrypt staging server URL in your config file:
9
10 ```bash
11 CA="https://acme-staging.api.letsencrypt.org/directory"
12 CA_TERMS="https://acme-staging.api.letsencrypt.org/terms"
13 ```