From fd2e94f21ebfe9f0105e11fd54f2f14000e29a87 Mon Sep 17 00:00:00 2001 From: RPRX <63339210+rprx@users.noreply.github.com> Date: Sat, 15 Aug 2020 15:55:36 +0000 Subject: [PATCH] Adjust certificates --- 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 9cb43c5..10f1d19 100644 --- a/VLESS-TCP-TLS (minimal by rprx)/config_server.json +++ b/VLESS-TCP-TLS (minimal by rprx)/config_server.json @@ -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" // 换成你的私钥,绝对路径 } ] }