x-ui
                                
                                
                                
                                    x-ui copied to clipboard
                            
                            
                            
                        x-ui支持配置多个tls证书吗?
Welcome
- [X] Yes, I'm using the latest major release. Only such installations are supported.
 - [X] Yes, I'm using the supported system. Only such systems are supported.
 - [X] Yes, I have read all WIKI document,nothing can help me in my problem.
 - [X] Yes, I've searched similar issues on GitHub and didn't find any.
 - [X] Yes, I've included all information below (version, config, log, etc).
 
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
$ x-ui version
# Paste output here
x-ui log or xray log
# paste log here