README: Change staging URL example for ACME v2. (#592)

This commit is contained in:
Daniel McCarney 2018-07-01 17:54:35 -04:00 committed by Ludovic Fernandez
parent e0d512138c
commit 8c82824a83

View file

@ -180,7 +180,7 @@ lego --email="foo@bar.com" --csr=/path/to/csr.pem run
lego defaults to communicating with the production Let's Encrypt ACME server. If you'd like to test something without issuing real certificates, consider using the staging endpoint instead: lego defaults to communicating with the production Let's Encrypt ACME server. If you'd like to test something without issuing real certificates, consider using the staging endpoint instead:
```bash ```bash
lego --server=https://acme-staging.api.letsencrypt.org/directory … lego --server=https://acme-staging-v02.api.letsencrypt.org/directory …
``` ```
## DNS Challenge API Details ## DNS Challenge API Details