From 81a484b6a9e4b915e0c42c6265efb516edbb404a Mon Sep 17 00:00:00 2001 From: duanhf2012 Date: Wed, 28 Jul 2021 14:10:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dhttpservice=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=AF=BB=E5=8F=96=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sysservice/httpservice/httpservice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysservice/httpservice/httpservice.go b/sysservice/httpservice/httpservice.go index 5313866..bc7f521 100644 --- a/sysservice/httpservice/httpservice.go +++ b/sysservice/httpservice/httpservice.go @@ -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 }