]> git.street.me.uk Git - andy/dehydrated.git/blob - docs/staging.md
removed donation button
[andy/dehydrated.git] / docs / staging.md
1 # Staging
2
3 Let’s Encrypt has stringent rate limits in place during the public beta period.
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.sh` file:
9
10 ```bash
11 CA="https://acme-staging.api.letsencrypt.org/directory"
12 ```
13
14 Please keep in mind that at the time of writing this letsencrypt.sh doesn't have support for registration management,
15 so if you change CA you'll have to move your `private_key.pem` (and, if you care, `private_key.json`) out of the way.