mirror of
https://github.com/usual2970/certimate.git
synced 2025-09-21 15:36:01 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -74,7 +74,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 {
|
||||
|
Reference in New Issue
Block a user