Explorar o código

Adjust certificates

RPRX %!s(int64=5) %!d(string=hai) anos
pai
achega
12b4366cef
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      VLESS-TCP-TLS (maximal by rprx)/config_server.json

+ 2 - 2
VLESS-TCP-TLS (maximal by rprx)/config_server.json

@@ -34,8 +34,8 @@
                     ],
                     "certificates": [
                         {
-                            "certificateFile": "/path/to/tls.crt", // 换成你的证书(fullchain),绝对路径
-                            "keyFile": "/path/to/tls.key" // 换成你的私钥,绝对路径
+                            "certificateFile": "/path/to/fullchain.crt", // 换成你的证书,绝对路径
+                            "keyFile": "/path/to/private.key" // 换成你的私钥,绝对路径
                         }
                     ]
                 }