mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-06 17:58:30 +08:00
fix: 解决从网站上传的证书状态显示异常的问题 (#5869)
Refs https://github.com/1Panel-dev/1Panel/issues/5867
This commit is contained in:
parent
dcf2afb4a6
commit
68922676fc
1 changed files with 1 additions and 0 deletions
|
|
@ -910,6 +910,7 @@ func (w WebsiteService) OpWebsiteHTTPS(ctx context.Context, req request.WebsiteH
|
|||
websiteSSL.Provider = constant.Manual
|
||||
websiteSSL.PrivateKey = privateKey
|
||||
websiteSSL.Pem = certificate
|
||||
websiteSSL.Status = constant.SSLReady
|
||||
|
||||
res.SSL = websiteSSL
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue