From 73a8bf1fb133c27d03531916c7eeba778589688a Mon Sep 17 00:00:00 2001 From: ymmt Date: Thu, 16 Aug 2018 22:25:16 +0900 Subject: [PATCH] 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. --- etcd.conf.yml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etcd.conf.yml.sample b/etcd.conf.yml.sample index 7b7c88aad..03f1abf10 100644 --- a/etcd.conf.yml.sample +++ b/etcd.conf.yml.sample @@ -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: