Add fullchain

This commit is contained in:
RPRX
2020-08-13 10:35:33 +00:00
committed by GitHub
parent d124cd9699
commit 5a6175042f

View File

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