Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
SecretId string // SecretId 腾讯云 API SecretId,禁止写入日志。
SecretKey string // SecretKey 腾讯云 API SecretKey,禁止写入日志。
// contains filtered or unexported fields
}
Provider 腾讯云 SSL 证书和云资源部署 Provider。
func (*Provider) DeployCertificate ¶ added in v0.6.4
func (p *Provider) DeployCertificate(ctx context.Context, certificate providers.CertificateMaterial, business deployPB.ExecuteBusinesType, resource providers.DeploymentResource) (providers.DeploymentResult, error)
DeployCertificate 将证书部署到一个明确腾讯云业务下精确解析出的资源。
func (*Provider) TestConnection ¶
TestConnection 测试腾讯云 SSL API 连接。
func (*Provider) UploadCertificate ¶
UploadCertificate 上传证书到腾讯云 SSL 证书服务。
Click to show internal directories.
Click to hide internal directories.