Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Debug enables debug mode. Debug bool // Email provides the address to provide with challenges. Email string // HTTPAddr indicates the address to use for HTTP connections. HTTPAddr string // HTTPSAddr indicates the address to use for HTTPS connections. HTTPSAddr string // StorageDir indicates where certificates should be stored StorageDir string // Conman is a pointer to a Conman instance. Conman *conman.Conman }
Config provides the configuration for the i5 server.
Click to show internal directories.
Click to hide internal directories.