mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
sample: correct directive name
Both "client-transport-security" and "peer-transport-security" is mapped to Go struct embed.securityConfig. Field for client certificate authentication is tagged as "client-cert-auth", but it is misspelled in "peer-transport-security" section.
This commit is contained in:
parent
2a6bc7d113
commit
73a8bf1fb1
@ -117,7 +117,7 @@ peer-transport-security:
|
||||
key-file:
|
||||
|
||||
# Enable peer client cert authentication.
|
||||
peer-client-cert-auth: false
|
||||
client-cert-auth: false
|
||||
|
||||
# Path to the peer server TLS trusted CA cert file.
|
||||
trusted-ca-file:
|
||||
|
Loading…
x
Reference in New Issue
Block a user