Skip to content

Commit

Permalink
sample: correct directive name
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ymmt2005 committed Aug 16, 2018
1 parent 2a6bc7d commit 73a8bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etcd.conf.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 73a8bf1

Please sign in to comment.