Skip to content

Commit

Permalink
Merge pull request #204 from LeoChen98/change-tencent-ssl-upload-repe…
Browse files Browse the repository at this point in the history
…atable

change: tencent ssl upload repeatable to false
  • Loading branch information
usual2970 authored Oct 16, 2024
2 parents be15f2b + afeae42 commit 3348301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/deployer/tencent_cdn.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (t *tencentCdn) uploadCert() (string, error) {
request.CertificatePublicKey = common.StringPtr(t.option.Certificate.Certificate)
request.CertificatePrivateKey = common.StringPtr(t.option.Certificate.PrivateKey)
request.Alias = common.StringPtr(t.option.Domain + "_" + rand.RandStr(6))
request.Repeatable = common.BoolPtr(true)
request.Repeatable = common.BoolPtr(false)

response, err := client.UploadCertificate(request)
if err != nil {
Expand Down

0 comments on commit 3348301

Please sign in to comment.