mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 22:09:29 +08:00
Adjust certificates
This commit is contained in:
parent
a7d29b0fd1
commit
fd2e94f21e
@ -28,8 +28,8 @@
|
||||
],
|
||||
"certificates": [
|
||||
{
|
||||
"certificateFile": "/path/to/tls.crt", // 换成你的证书(fullchain),绝对路径
|
||||
"keyFile": "/path/to/tls.key" // 换成你的私钥,绝对路径
|
||||
"certificateFile": "/path/to/fullchain.crt", // 换成你的证书,绝对路径
|
||||
"keyFile": "/path/to/private.key" // 换成你的私钥,绝对路径
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user