Skip to content

Commit

Permalink
fix: 解决面板证书信息获取失败的问题 (1Panel-dev#6962)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssongliu authored Nov 6, 2024
1 parent 478d448 commit eb01649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/service/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb01649

Please sign in to comment.