mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcd: correct security configuration for peers in sample config file
This commit is contained in:
parent
da44e17b58
commit
7edb6bcbe1
@ -111,16 +111,16 @@ peer-transport-security:
|
||||
ca-file:
|
||||
|
||||
# Path to the peer server TLS cert file.
|
||||
peer-cert-file:
|
||||
cert-file:
|
||||
|
||||
# Path to the peer server TLS key file.
|
||||
peer-key-file:
|
||||
key-file:
|
||||
|
||||
# Enable peer client cert authentication.
|
||||
peer-client-cert-auth: false
|
||||
client-cert-auth: false
|
||||
|
||||
# Path to the peer server TLS trusted CA key file.
|
||||
peer-trusted-ca-file:
|
||||
trusted-ca-file:
|
||||
|
||||
# Peer TLS using generated certificates.
|
||||
auto-tls: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user