From d786a3463a4c27360d58c7ff426e1f666587ea66 Mon Sep 17 00:00:00 2001 From: RPRX <63339210+rprx@users.noreply.github.com> Date: Thu, 13 Aug 2020 09:51:32 +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 (minimal by rprx)/config_server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-TCP-TLS (minimal by rprx)/config_server.json b/VLESS-TCP-TLS (minimal by rprx)/config_server.json index 65d0892..8406e18 100644 --- a/VLESS-TCP-TLS (minimal by rprx)/config_server.json +++ b/VLESS-TCP-TLS (minimal by rprx)/config_server.json @@ -28,7 +28,7 @@ ], "certificates": [ { - "certificateFile": "/path/to/tls.crt", // 换成你的证书,绝对路径 + "certificateFile": "/path/to/tls.crt", // 换成你的证书(建议 fullchain),绝对路径 "keyFile": "/path/to/tls.key" // 换成你的私钥,绝对路径 } ] @@ -41,4 +41,4 @@ "protocol": "freedom" } ] -} \ No newline at end of file +}