Documentation
¶
Index ¶
- Constants
- type Options
- type 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
Constants ¶
View Source
const ( ServiceCAS = "cas" ServiceESA = "esa" )
Service 服务类型
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
AccessKeyId string
AccessKeySecret string
// contains filtered or unexported fields
}
func (*Provider) DeployToCDN ¶
DeployToCDN 部署证书到 CDN
func (*Provider) DeployToDCND ¶
DeployToDCND 部署证书到 DCND
func (*Provider) DeployToOSS ¶
DeployToOSS 部署证书到 OSS
func (*Provider) TestConnection ¶
TestConnection 测试连接
func (*Provider) UploadCertificate ¶
UploadCertificate 上传证书
Click to show internal directories.
Click to hide internal directories.