From 86ba08bb9e93bcf500f8a278d4dbfb2a53c458ad Mon Sep 17 00:00:00 2001 From: Will Glynn Date: Mon, 8 Feb 2016 15:27:06 -0600 Subject: [PATCH] Mention the Let's Encrypt staging endpoint in the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0a9d39ab..00ce417b 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,12 @@ Obtain a certificate using the DNS challenge and AWS Route 53: $ AWS_REGION=us-east-1 AWS_ACCESS_KEY_ID=my_id AWS_SECRET_ACCESS_KEY=my_key lego --email="foo@bar.com" --domains="example.com" --dns="route53" --exclude="http-01" --exclude="tls-sni-01" 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 … +``` + #### DNS Challenge API Details ##### AWS Route 53