Skip to content

Commit ab1944e

Browse files
committed
修改ssl
1 parent 481f7e8 commit ab1944e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubus
321321
## Nginx反向代理(如果有域名可以考虑80端口复用)
322322
323323
```shell
324-
# 此教程仅限非宝塔等各种面板使用
324+
# 宝塔等各种面板不适用下列教程
325325
# Debian/Ubuntu
326326
apt install nginx -y
327327
# CentOS
@@ -338,7 +338,8 @@ server {
338338
listen 80;
339339
server_name 域名;
340340
#开启ssl解除注释
341-
#不使用宝塔获取证书脚本 https://github.com/Misaka-blog/acme-1key
341+
# SSL证书获取
342+
# https://github.com/acmesh-official/acme.sh/wiki/%E8%AF%B4%E6%98%8E
342343
#listen 443 ssl;
343344
#ssl_certificate 证书.cer;
344345
#ssl_certificate_key 证书.key;

0 commit comments

Comments
 (0)