Versions in this module Expand all Collapse all v0 v0.1.1 May 6, 2020 Changes in this version + func ConfigToTLSConfig(c *TLSStruct) (*tls.Config, error) + func Listen(server *http.Server, tlsConfigPath string, logger log.Logger) error + type Config struct + TLSConfig TLSStruct + Users map[string]config_util.Secret + type TLSStruct struct + ClientAuth string + ClientCAs string + TLSCertPath string + TLSKeyPath string