From 7becad1ea7f8e0ee59a9ae3944f229143914a83e Mon Sep 17 00:00:00 2001 From: neil <8305679+Neilpang@users.noreply.github.com> Date: Sat, 4 Apr 2020 11:31:36 +0800 Subject: [PATCH] Updated How to issue a cert (markdown) --- How-to-issue-a-cert.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/How-to-issue-a-cert.md b/How-to-issue-a-cert.md index 4f86b6f..7d639e7 100644 --- a/How-to-issue-a-cert.md +++ b/How-to-issue-a-cert.md @@ -131,5 +131,10 @@ acme.sh --issue \ -d dd.com -w /home/wwwroot/dd.com ``` - +``` +acme.sh --issue \ +-d aa.com --dns dns_dp \ +-d bb.com --dns dns_cf \ +-d cc.com --dns dns_ns +```