We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd599ae + 73e4427 commit cf8916eCopy full SHA for cf8916e
bucket_domain.go
@@ -81,6 +81,7 @@ type BucketDomainCertificateInfo struct {
81
CustomCert *BucketDomainCustomCert `xml:"CustomCert,omitempty"`
82
}
83
type BucketDomainCustomCert struct {
84
+ CertId string `xml:"CertId,omitempty"`
85
Cert string `xml:"Cert,omitempty"`
86
PrivateKey string `xml:"PrivateKey,omitempty"`
87
0 commit comments