Browse Source

helper document update.

Andy Liu 6 years ago
parent
commit
a311a80699
2 changed files with 7 additions and 0 deletions
  1. 5 0
      Documentation/op-guide/configuration.md
  2. 2 0
      etcdmain/help.go

+ 5 - 0
Documentation/op-guide/configuration.md

@@ -328,6 +328,11 @@ The security flags help to [build a secure etcd cluster][security].
 + default: ""
 + default: ""
 + env variable: ETCD_CIPHER_SUITES
 + env variable: ETCD_CIPHER_SUITES
 
 
+### --experimental-peer-skip-client-san-verification 
++ Skip verification of SAN field in client certificate for peer connections.
++ default: false
++ env variable: ETCD_EXPERIMENTAL_PEER_SKIP_CLIENT_SAN_VERIFICATION
+
 ## Logging flags
 ## Logging flags
 
 
 ### --logger
 ### --logger

+ 2 - 0
etcdmain/help.go

@@ -162,6 +162,8 @@ security flags:
 		path to the peer certificate revocation list file.
 		path to the peer certificate revocation list file.
 	--cipher-suites ''
 	--cipher-suites ''
 		comma-separated list of supported TLS cipher suites between client/server and peers (empty will be auto-populated by Go).
 		comma-separated list of supported TLS cipher suites between client/server and peers (empty will be auto-populated by Go).
+	--experimental-peer-skip-client-san-verification 'false'
+		Skip verification of SAN field in client certificate for peer connections.
 
 
 logging flags
 logging flags