From 0402b09b6d1573398b12b41a8665b0a5f06f6942 Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 15 Feb 2017 20:35:36 +0800 Subject: [PATCH] Updated How to issue a cert (markdown) --- How-to-issue-a-cert.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/How-to-issue-a-cert.md b/How-to-issue-a-cert.md index 3eba97d..4781789 100644 --- a/How-to-issue-a-cert.md +++ b/How-to-issue-a-cert.md @@ -49,6 +49,10 @@ How to use dns api: https://github.com/Neilpang/acme.sh/tree/master/dnsapi acme.sh --issue -d aa.com --apache ``` +#### 7) Nginx mode: +``` +acme.sh --issue -d aa.com --nginx +``` ### 2. Multiple domains, SAN mode