mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-05-19 04:53:54 +08:00
Updated 说明 (markdown)
2
说明.md
2
说明.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/<domain>.cer` ,否则 [SSL Labs](https://www.ssllabs.com/ssltest/) 的测试会报证书链问题(`Chain issues Incomplete`)。
|
||||
|
||||
Reference in New Issue
Block a user