Explorar o código

etcd: correct security configuration for peers in sample config file

R.B. Boyer %!s(int64=10) %!d(string=hai) anos
pai
achega
7edb6bcbe1
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      etcd.conf.yml.sample

+ 4 - 4
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