Browse Source

Adjust certificates

RPRX 5 năm trước cách đây
mục cha
commit
fd2e94f21e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      VLESS-TCP-TLS (minimal by rprx)/config_server.json

+ 2 - 2
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" // 换成你的私钥,绝对路径
                         }
                     ]
                 }