mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
doc(server): some basic docs on the tls_config object
This should be refactored but something to remember while refactoring.
This commit is contained in:
parent
0fa6d38574
commit
58e1f12240
@ -6,7 +6,7 @@ import (
|
||||
|
||||
// TLSConfig holds the TLS configuration.
|
||||
type TLSConfig struct {
|
||||
Scheme string
|
||||
Server tls.Config
|
||||
Client tls.Config
|
||||
Scheme string // http or https
|
||||
Server tls.Config // Used by the Raft or etcd Server transporter.
|
||||
Client tls.Config // Used by the Raft peer client.
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user