Add fullchain
parent
5a6175042f
commit
e4d2527e74
|
@ -34,7 +34,7 @@
|
|||
],
|
||||
"certificates": [
|
||||
{
|
||||
"certificateFile": "/path/to/tls.crt", // 换成你的证书(建议 fullchain),绝对路径
|
||||
"certificateFile": "/path/to/tls.crt", // 换成你的证书(fullchain),绝对路径
|
||||
"keyFile": "/path/to/tls.key" // 换成你的私钥,绝对路径
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue