Documentation ¶
Overview ¶
Let's Encrypt client to go! CLI application for generating Let's Encrypt certificates using the ACME package.
Index ¶
- type LegoCMD
- func (l *LegoCMD) DNSCert(domain, email, provider string, DNSEnv map[string]string) (CertPath string, KeyPath string, err error)
- func (l *LegoCMD) HTTPCert(domain, email string) (CertPath string, KeyPath string, err error)
- func (l *LegoCMD) RenewCert(domain, email, certMode, provider string, DNSEnv map[string]string) (CertPath string, KeyPath string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LegoCMD ¶
type LegoCMD struct {
// contains filtered or unexported fields
}
func (*LegoCMD) DNSCert ¶
func (l *LegoCMD) DNSCert(domain, email, provider string, DNSEnv map[string]string) (CertPath string, KeyPath string, err error)
DNSCert cert a domain using DNS API
Click to show internal directories.
Click to hide internal directories.