Add 建议 fullchain

This commit is contained in:
RPRX
2020-08-13 09:51:34 +00:00
committed by GitHub
parent d786a3463a
commit d124cd9699

View File

@@ -34,7 +34,7 @@
], ],
"certificates": [ "certificates": [
{ {
"certificateFile": "/path/to/tls.crt", // 换成你的证书,绝对路径 "certificateFile": "/path/to/tls.crt", // 换成你的证书(建议 fullchain,绝对路径
"keyFile": "/path/to/tls.key" // 换成你的私钥,绝对路径 "keyFile": "/path/to/tls.key" // 换成你的私钥,绝对路径
} }
] ]
@@ -47,4 +47,4 @@
"protocol": "freedom" "protocol": "freedom"
} }
] ]
} }