From 8beb66561b3cdca06226a58732e02dc706abe782 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 22 Aug 2016 10:08:28 +0800 Subject: [PATCH] Updated How to issue a cert (markdown) --- How-to-issue-a-cert.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-issue-a-cert.md b/How-to-issue-a-cert.md index 859354f..3eba97d 100644 --- a/How-to-issue-a-cert.md +++ b/How-to-issue-a-cert.md @@ -94,7 +94,7 @@ Issue a single cert including multiple domains. Each domain uses a different va ``` acme.sh --issue \ -d aa.com -w /home/wwwroot/aa.com \ --d bb.com -dns dns-cf \ +-d bb.com --dns dns_cf \ -d cc.com --apache \ -d dd.com -w /home/wwwroot/dd.com ``` @@ -104,7 +104,7 @@ Or: ``` acme.sh --issue \ -d aa.com --standalone \ --d bb.com -dns dns-cf \ +-d bb.com --dns dns_cf \ -d cc.com --tls ```