Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateDeployer ¶
type CertificateDeployer interface {
DeployCertificate(vhost *agentintegration.VirtualHost, certPath, certKeyPath string) (string, string, error)
}
func GetCertificateDeployer ¶
type NginxCertificateDeployer ¶
type NginxCertificateDeployer struct {
// contains filtered or unexported fields
}
func (*NginxCertificateDeployer) DeployCertificate ¶
func (d *NginxCertificateDeployer) DeployCertificate(vhost *agentintegration.VirtualHost, certPath, certKeyPath string) (string, string, error)
Click to show internal directories.
Click to hide internal directories.