Browse Source

更新备注

zjcqoo 6 years ago
parent
commit
96cfbd85ba
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/cert-auto.md
  2. 1 1
      docs/cert-manual.md

+ 1 - 1
docs/cert-auto.md

@@ -65,4 +65,4 @@ ssl_certificate_key   cert/$domain/ecc.key;
 iptables -t nat -D PREROUTING 1
 ```
 
-如果 80 端口运行没有其他服务,可以不关闭。因为 Let's Encrypt 证书有效期只有 3 个月,所以 acme.sh 会定期执行续签脚本。如果 80 端口关闭则无法自动续签。
+如果 80 端口没有运行其他服务,可以不关闭。因为 Let's Encrypt 证书有效期只有 3 个月,所以 acme.sh 会定期执行续签脚本。如果 80 端口关闭则无法自动续签。

+ 1 - 1
docs/cert-manual.md

@@ -43,7 +43,7 @@ ssl_certificate_key   cert/xip.io/key;
 
 8.验证
 
-访问 `https://服务器IP.xip.io:8443/`,没出现证书错误即成功(404 等错误不影响)
+访问 `https://服务器IP.xip.io:8443/`,没出现证书错误即成功。
 
 9.关闭 80 端口转发