瀏覽代碼

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 年之前
父節點
當前提交
36e37580f3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      etcd.conf.yml.sample

+ 1 - 1
etcd.conf.yml.sample

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