Versions in this module Expand all Collapse all v0 v0.8.1 May 9, 2022 Changes in this version + type LegoCMD struct + func New() (*LegoCMD, error) + 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)