Updated 说明 (markdown)

yyxida
2026-02-22 23:31:20 +09:00
parent 94f1b9966a
commit 91fcd2f037

@@ -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/<domain>.cer` ,否则 [SSL Labs](https://www.ssllabs.com/ssltest/) 的测试会报证书链问题(`Chain issues Incomplete`)。