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`)。