Browse Source

etcd.conf.yml.example: peer-client-cert-auth flag

Previous config was incorrect for peer client cert auth
  # Enable peer client cert authentication.
  client-cert-auth: false

corrected to 
peer-client-cert-auth
Raoof Mohammed 8 years ago
parent
commit
36e37580f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etcd.conf.yml.sample

+ 1 - 1
etcd.conf.yml.sample

@@ -123,7 +123,7 @@ peer-transport-security:
   key-file:
 
   # Enable peer client cert authentication.
-  client-cert-auth: false
+  peer-client-cert-auth: false
 
   # Path to the peer server TLS trusted CA key file.
   trusted-ca-file: