Versions in this module Expand all Collapse all v1 v1.2.0 Feb 4, 2021 Changes in this version + func InitConfig(configPath string) *errors.Error + func KeyTypeList(input []string) []certcrypto.KeyType + type BaseConf struct + AcmeURL string + AfterRenew string + Dev bool + DomainGroup map[string]*DomainConf + Email string + Expires time.Duration + HTTPTimeout time.Duration + LogLevel string + Name string + RootDir string + UserAgent string + var Config BaseConf + type DomainConf struct + Challenge string + Domains []string + KeyType []certcrypto.KeyType + Options map[string]string