From 7edb6bcbe17bf48492a8b90c5ae2fd0fc60fc640 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Mon, 11 Jul 2016 09:47:49 -0500 Subject: [PATCH] etcd: correct security configuration for peers in sample config file --- etcd.conf.yml.sample | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etcd.conf.yml.sample b/etcd.conf.yml.sample index d3da5bba9..f945ce258 100644 --- a/etcd.conf.yml.sample +++ b/etcd.conf.yml.sample @@ -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