From 91fcd2f037fe5ba4104762a58b10a646eb32fec7 Mon Sep 17 00:00:00 2001 From: yyxida <22792135+yyxida@users.noreply.github.com> Date: Sun, 22 Feb 2026 23:31:20 +0900 Subject: [PATCH] =?UTF-8?q?Updated=20=E8=AF=B4=E6=98=8E=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 说明.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/说明.md b/说明.md index 780474f..70f467b 100644 --- a/说明.md +++ b/说明.md @@ -180,7 +180,7 @@ acme.sh --install-cert -d example.com \ acme.sh --install-cert -d example.com \ --key-file /path/to/keyfile/in/nginx/key.pem \ --fullchain-file /path/to/fullchain/nginx/cert.pem \ ---reloadcmd "service nginx reload" +--reloadcmd "service nginx force-reload" ``` Nginx 的配置项 `ssl_certificate` 需要使用 `/etc/nginx/ssl/fullchain.cer` ,而非 `/etc/nginx/ssl/.cer` ,否则 [SSL Labs](https://www.ssllabs.com/ssltest/) 的测试会报证书链问题(`Chain issues Incomplete`)。