From 5a6175042fd347c061881cf930df347f6fca7757 Mon Sep 17 00:00:00 2001 From: RPRX <63339210+rprx@users.noreply.github.com> Date: Thu, 13 Aug 2020 10:35:33 +0000 Subject: [PATCH] Add fullchain --- VLESS-TCP-TLS (minimal by rprx)/config_server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VLESS-TCP-TLS (minimal by rprx)/config_server.json b/VLESS-TCP-TLS (minimal by rprx)/config_server.json index 8406e18..9cb43c5 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", // 换成你的证书(建议 fullchain),绝对路径 + "certificateFile": "/path/to/tls.crt", // 换成你的证书(fullchain),绝对路径 "keyFile": "/path/to/tls.key" // 换成你的私钥,绝对路径 } ]