From 1dc682538e531ef6579204ea25001ccb177fe5d0 Mon Sep 17 00:00:00 2001 From: neil <8305679+Neilpang@users.noreply.github.com> Date: Sat, 5 Oct 2019 12:31:19 +0800 Subject: [PATCH] Updated How to issue a cert (markdown) --- How-to-issue-a-cert.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/How-to-issue-a-cert.md b/How-to-issue-a-cert.md index 506c845..4f86b6f 100644 --- a/How-to-issue-a-cert.md +++ b/How-to-issue-a-cert.md @@ -75,6 +75,19 @@ If your website is running nginx server, acme.sh can use nginx server to issue c acme.sh --issue -d example.com --nginx ``` +Sometimes, nginx conf file can not be found automatically, you can specify one: + +``` +acme.sh --issue -d example.com --nginx /etc/nginx/nginx.conf +``` + +You can also specify the website conf: + +``` +acme.sh --issue -d example.com --nginx /etc/nginx/conf.d/example.com.conf +``` + + ### 2. Multiple domains, SAN mode Issue a single cert including multiple domains. All the domains use the same validation method: