diff --git a/backend/app/service/website.go b/backend/app/service/website.go index 48cfa9d4b..8e219de2c 100644 --- a/backend/app/service/website.go +++ b/backend/app/service/website.go @@ -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 }