mirror of
https://github.com/duanhf2012/origin.git
synced 2026-03-12 10:48:59 +08:00
修复httpservice证书配置读取错误
This commit is contained in:
@@ -382,7 +382,7 @@ func (httpService *HttpService) OnInit() error {
|
|||||||
if ok == false{
|
if ok == false{
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
k,ok := mapCAFile["Certfile"]
|
k,ok := mapCAFile["Keyfile"]
|
||||||
if ok == false{
|
if ok == false{
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user