From a3aaddd90906aa9b1e7ce2673d3ef8b6ddcf6e7e Mon Sep 17 00:00:00 2001 From: Ruud Boon Date: Thu, 17 Nov 2016 11:42:07 +0100 Subject: [PATCH] Update README.md For every domain --dns need to be specified otherwise it falls back to the default method. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca51c73d..572e1bd1 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ More examples: https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert Support the `dns-01` challenge. ```bash -acme.sh --issue --dns -d example.com -d www.example.com -d cp.example.com +acme.sh --issue --dns -d example.com --dns -d www.example.com --dns -d cp.example.com ``` You should get an output like below: @@ -234,7 +234,7 @@ Please add those txt records to the domains. Waiting for the dns to take effect. Then just rerun with `renew` argument: ```bash -acme.sh --renew -d example.com +acme.sh --renew -d example.com -d www.example.com -d cp.example.com ``` Ok, it's finished.