Fix TLS and SSL config option parsing (#4247)
(cherry picked from commit acba20af1a)
This commit is contained in:
committed by
Daniel Nelson
parent
d616ce7a9e
commit
ef67222bc6
@@ -17,7 +17,7 @@ type ClientConfig struct {
|
||||
// Deprecated in 1.7; use TLS variables above
|
||||
SSLCA string `toml:"ssl_ca"`
|
||||
SSLCert string `toml:"ssl_cert"`
|
||||
SSLKey string `toml:"ssl_ca"`
|
||||
SSLKey string `toml:"ssl_key"`
|
||||
}
|
||||
|
||||
// ServerConfig represents the standard server TLS config.
|
||||
|
||||
Reference in New Issue
Block a user