mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 06:54:45 +08:00
修复httpservice证书配置读取错误
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user