From ffbc25583eda96671541fab53f6fe13f570eddb5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 19 Dec 2015 14:30:56 -0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e187d0..da4a010 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,10 @@ npm install -g letsencrypt-cli These commands are shown using the **testing server**. -When you want to use the **live server**, -simply remove the `--server https://acme-staging.api.letsencrypt.org/directory` -or change it to `--server https://acme-v01.api.letsencrypt.org/directory`. +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` **Note**: This has really only been tested with single domains so if multiple domains doesn't work for you, file a bug.