Browse Source

fix: 解决面板证书信息获取失败的问题 (#6962)

Refs #6863
pull/6964/head
ssongliu 2 weeks ago committed by GitHub
parent
commit
eb0164907c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      backend/app/service/setting.go

2
backend/app/service/setting.go

@ -357,7 +357,7 @@ func (u *SettingService) LoadFromCert() (*dto.SSLInfo, error) {
if err != nil {
return nil, err
}
case "import":
case "import-paste", "import-local":
data, err = loadInfoFromCert()
if err != nil {
return nil, err

Loading…
Cancel
Save