Browse Source

Add 建议 fullchain

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

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

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