diff --git a/docs/staging.md b/docs/staging.md index bae8903..6e6a84b 100644 --- a/docs/staging.md +++ b/docs/staging.md @@ -8,10 +8,5 @@ you will quickly hit these limits and find yourself locked out. To avoid this, please set the CA property to the Let’s Encrypt staging server URL in your config file: ```bash -CA="https://acme-staging.api.letsencrypt.org/directory" +CA="https://acme-staging-v02.api.letsencrypt.org/directory" ``` - -# ACMEv2 staging - -You can use `CA="https://acme-staging-v02.api.letsencrypt.org/directory"` to test dehydrated with -the ACMEv2 staging endpoint.