mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Renamed configuration parameters.
This commit is contained in:
@@ -32,7 +32,7 @@ func (info TLSInfo) Config() (TLSConfig, error) {
|
||||
|
||||
tlsCert, err := tls.LoadX509KeyPair(info.CertFile, info.KeyFile)
|
||||
if err != nil {
|
||||
return t, err
|
||||
return t, err
|
||||
}
|
||||
|
||||
t.Scheme = "https"
|
||||
|
||||
Reference in New Issue
Block a user