Versions in this module Expand all Collapse all v0 v0.5.5 Feb 26, 2026 Changes in this version + type Provider struct + SecretId string + SecretKey string + func New(secretId, secretKey string) *Provider + func (p *Provider) DeployToCDN(certID string, domain string) (string, error) + func (p *Provider) DeployToDCND(certID string, domain string) (string, error) + func (p *Provider) DeployToOSS(certID string, domain string) (string, error) + func (p *Provider) TestConnection() (bool, error) + func (p *Provider) UploadCertificate(name, domain, cert, key string) error