From d124cd96992bd030929b5ff921551a863aa627b7 Mon Sep 17 00:00:00 2001 From: RPRX <63339210+rprx@users.noreply.github.com> Date: Thu, 13 Aug 2020 09:51:34 +0000 Subject: [PATCH] =?UTF-8?q?Add=20=E5=BB=BA=E8=AE=AE=20fullchain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VLESS-TCP-TLS (maximal by rprx)/config_server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-TCP-TLS (maximal by rprx)/config_server.json b/VLESS-TCP-TLS (maximal by rprx)/config_server.json index d55de1b..ad2722c 100644 --- a/VLESS-TCP-TLS (maximal by rprx)/config_server.json +++ b/VLESS-TCP-TLS (maximal by rprx)/config_server.json @@ -34,7 +34,7 @@ ], "certificates": [ { - "certificateFile": "/path/to/tls.crt", // 换成你的证书,绝对路径 + "certificateFile": "/path/to/tls.crt", // 换成你的证书(建议 fullchain),绝对路径 "keyFile": "/path/to/tls.key" // 换成你的私钥,绝对路径 } ] @@ -47,4 +47,4 @@ "protocol": "freedom" } ] -} \ No newline at end of file +}