Browse Source

etcd: correct security configuration for peers in sample config file

R.B. Boyer 9 years ago
parent
commit
7edb6bcbe1
1 changed files with 4 additions and 4 deletions
  1. 4 4
      etcd.conf.yml.sample

+ 4 - 4
etcd.conf.yml.sample

@@ -111,16 +111,16 @@ peer-transport-security:
   ca-file:
   ca-file:
 
 
   # Path to the peer server TLS cert file.
   # Path to the peer server TLS cert file.
-  peer-cert-file: 
+  cert-file: 
 
 
   # Path to the peer server TLS key file.
   # Path to the peer server TLS key file.
-  peer-key-file: 
+  key-file: 
 
 
   # Enable peer client cert authentication.
   # Enable peer client cert authentication.
-  peer-client-cert-auth: false
+  client-cert-auth: false
 
 
   # Path to the peer server TLS trusted CA key file.
   # Path to the peer server TLS trusted CA key file.
-  peer-trusted-ca-file: 
+  trusted-ca-file: 
 
 
   # Peer TLS using generated certificates.
   # Peer TLS using generated certificates.
   auto-tls: false
   auto-tls: false