This commit is contained in:
xiongziliang 2019-11-08 15:26:46 +08:00
parent 9d7b2821b7
commit 9b7d62347e

View File

@ -255,6 +255,7 @@ int start_main(int argc,char *argv[]) {
//加载文件夹下的所有证书
File::scanDir(ssl_file,[](const string &path, bool isDir){
if(!isDir){
//最后的一个证书会当做默认证书(客户端ssl握手时未指定主机)
SSL_Initor::Instance().loadCertificate(path.data());
}
return true;