Browse Source

Add fullchain

RPRX 5 years ago
parent
commit
e4d2527e74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      VLESS-TCP-TLS (maximal by rprx)/config_server.json

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

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