]> git.street.me.uk Git - andy/dehydrated.git/blame - docs/staging.md
ECDSA is supported since February 10, 2016 (#260)
[andy/dehydrated.git] / docs / staging.md
CommitLineData
12c77ca5
LS
1# Staging
2
47602dea 3Let’s Encrypt has stringent rate limits in place.
12c77ca5
LS
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```