Documentation ¶
Index ¶
- func GenerateServerConfiguration(address, privateKeyFile, configFile, serverName string) error
- func GetServerAddr(server *config.Server) (*snet.Addr, error)
- func LoadChain(chainFilePath string) (chain *config.Chain, err error)
- func LoadServerConfiguration(configurationPath string) (*config.Server, error)
- func LoadServersConfigurationList(configurationPath string) (servers []config.Server, err error)
- func ReadPrivateKey(privateKeyFile string) (ed25519.PrivateKey, error)
- func SaveChain(chainFile string, chain *config.Chain, maxLength int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadServerConfiguration ¶
func ReadPrivateKey ¶
func ReadPrivateKey(privateKeyFile string) (ed25519.PrivateKey, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.