Skip to content

Commit

Permalink
更新备注
Browse files Browse the repository at this point in the history
  • Loading branch information
EtherDream committed May 31, 2019
2 parents 10b3eb6 + 87b629c commit 96cfbd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cert-auto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 端口关闭则无法自动续签。
2 changes: 1 addition & 1 deletion docs/cert-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 端口转发

Expand Down

0 comments on commit 96cfbd8

Please sign in to comment.