From b0084f9d3b786cc7c129231da1fd55ab72447b78 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 21 Oct 2016 09:51:03 -0600 Subject: [PATCH] fix #29: --server is not optional --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 449c873..c04c3b5 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,7 @@ These commands are shown using the **testing server**. Want to use the **live server**? -1. remove the `--server https://acme-staging.api.letsencrypt.org/directory` -2. or change it to `--server https://acme-v01.api.letsencrypt.org/directory` +1. change server to `--server https://acme-v01.api.letsencrypt.org/directory` **Note**: This has really only been tested with single domains so if multiple domains doesn't work for you, file a bug.