Documentation
¶
Index ¶
- 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 ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
AccessKey string
AccessSecret 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 测试连接 验证 AccessKey 是否有效,请求的是 证书列表
func (*Provider) UploadCertificate ¶
UploadCertificate 上传证书
Click to show internal directories.
Click to hide internal directories.