FranzKafkaYu / x-ui

Lightweight Xray panel with multi-protocol and multi-user on the same port,supports English language and Telegram bot. Easy to use and easy to manage.
GNU General Public License v3.0
7.86k stars 1.57k forks source link

x-ui支持配置多个tls证书吗? #302

Open a94821 opened 1 year ago

a94821 commented 1 year ago

Welcome

Description of the problem,screencshot would be good

由于无法申请通配符证书,因此需要在tls上配置多个单域名证书。xray本身是支持多证书写法的,希望x-ui可以适配。 "certificates": [ { "certificateFile": "/path/to/fullchain.crt", // 换成你的证书,绝对路径 "keyFile": "/path/to/private.key" // 换成你的私钥,绝对路径 }, { "certificateFile": "/path/to/fullchain2.crt", // 换成你的证书,绝对路径 "keyFile": "/path/to/private2.key" // 换成你的私钥,绝对路径 }

Version of x-ui

```console $ x-ui version # Paste output here ```

x-ui log or xray log

```console # paste log here ```