From 8c82824a834581869e2b8a543de3cd0ce37989b1 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Sun, 1 Jul 2018 17:54:35 -0400 Subject: [PATCH] README: Change staging URL example for ACME v2. (#592) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b85cd9d..fb29cd85 100644 --- a/README.md +++ b/README.md @@ -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: ```bash -lego --server=https://acme-staging.api.letsencrypt.org/directory … +lego --server=https://acme-staging-v02.api.letsencrypt.org/directory … ``` ## DNS Challenge API Details @@ -296,4 +296,4 @@ fmt.Printf("%#v\n", certificates) ## ACME v1 -lego introduced support for ACME v2 in [v1.0.0](https://github.com/xenolf/lego/releases/tag/v1.0.0), if you still need to utilize ACME v1, you can do so by using the [v0.5.0](https://github.com/xenolf/lego/releases/tag/v0.5.0) version. \ No newline at end of file +lego introduced support for ACME v2 in [v1.0.0](https://github.com/xenolf/lego/releases/tag/v1.0.0), if you still need to utilize ACME v1, you can do so by using the [v0.5.0](https://github.com/xenolf/lego/releases/tag/v0.5.0) version.