]> git.street.me.uk Git - andy/dehydrated.git/blame - docs/staging.md
updated url to letsencrypt license agreement
[andy/dehydrated.git] / docs / staging.md
CommitLineData
12c77ca5
LS
1# Staging
2
3Let’s Encrypt has stringent rate limits in place during the public beta period.
4
5If you start testing using the production endpoint (which is the default),
6you will quickly hit these limits and find yourself locked out.
7
d5b28586 8To avoid this, please set the CA property to the Let’s Encrypt staging server URL in your config file:
12c77ca5
LS
9
10```bash
11CA="https://acme-staging.api.letsencrypt.org/directory"
12```
13
14Please keep in mind that at the time of writing this letsencrypt.sh doesn't have support for registration management,
15so if you change CA you'll have to move your `private_key.pem` (and, if you care, `private_key.json`) out of the way.