修复httpservice证书配置读取错误

This commit is contained in:
duanhf2012
2021-07-28 14:10:07 +08:00
parent be98b62979
commit 81a484b6a9

View File

@@ -382,7 +382,7 @@ func (httpService *HttpService) OnInit() error {
if ok == false{
continue
}
k,ok := mapCAFile["Certfile"]
k,ok := mapCAFile["Keyfile"]
if ok == false{
continue
}