Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { ListenAddress string // in HA every peer connect to a common domain, the instance domain has been distributed during the p2p connection // it is a domain:port or ip:port ExposedAddress string MetricsPort int LetsencryptEmail string LetsencryptDataDir string LetsencryptDomains []string // in case of using Route 53 for DNS challenge the credentials should be provided in the environment variables or // in the AWS credentials file LetsencryptAWSRoute53 bool TlsCertFile string TlsKeyFile string AuthSecret string LogLevel string LogFile string }
func (Config) HasCertConfig ¶
func (Config) HasLetsEncrypt ¶
Click to show internal directories.
Click to hide internal directories.