Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶ added in v0.9.0
type Config ¶
type Config struct {
Listener *ListenerConfig `hcl:"-"`
Vault *VaultConfig `hcl:"-"`
DisableMlock bool `hcl:"-"`
DisableMlockRaw interface{} `hcl:"disable_mlock"`
}
func LoadConfigFile ¶
func ParseConfig ¶
type ListenerConfig ¶
type ListenerConfig struct {
Type string
Address string
Tls_disable bool
Tls_autoredirect bool
Cert *Certificate
Pki_cert *Pki_certificate
Lets_encrypt_address string
}
type Pki_certificate ¶ added in v0.9.0
Click to show internal directories.
Click to hide internal directories.