Adjust certificates

This commit is contained in:
RPRX
2020-08-15 15:55:37 +00:00
committed by GitHub
parent fd2e94f21e
commit 12b4366cef

View File

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