Skip to content

Commit

Permalink
fix: 修改面板证书显示域名信息 (1Panel-dev#7019)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssongliu authored Nov 12, 2024
1 parent e65329e commit 0655437
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 @@ -383,7 +383,7 @@ func (u *SettingService) LoadFromCert() (*dto.SSLInfo, error) {
if err != nil {
return nil, err
}
data.Domain = ssl.Domains
data.Domain = ssl.PrimaryDomain
data.SSLID = uint(id)
data.Timeout = ssl.ExpireDate.Format(constant.DateTimeLayout)
}
Expand Down

0 comments on commit 0655437

Please sign in to comment.