From 0932a2aff972d692f19847e104aba6163b5ddca2 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Wed, 15 Oct 2025 13:16:57 +0800 Subject: [PATCH] fix: #990 --- pkg/core/ssl-deployer/providers/aliyun-vod/aliyun_vod.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/core/ssl-deployer/providers/aliyun-vod/aliyun_vod.go b/pkg/core/ssl-deployer/providers/aliyun-vod/aliyun_vod.go index 07ea9c10..f8cc99be 100644 --- a/pkg/core/ssl-deployer/providers/aliyun-vod/aliyun_vod.go +++ b/pkg/core/ssl-deployer/providers/aliyun-vod/aliyun_vod.go @@ -97,6 +97,7 @@ func (d *SSLDeployerProvider) Deploy(ctx context.Context, certPEM string, privke DomainName: tea.String(d.config.Domain), CertType: tea.String("cas"), CertId: tea.Int64(int64(certId)), + CertName: tea.String(upres.CertName), CertRegion: lo. If(d.config.Region == "" || strings.HasPrefix(d.config.Region, "cn-"), tea.String("cn-hangzhou")). Else(tea.String("ap-southeast-1")),