Browse Source

Merge pull request #9170 from gyuho/tls-doc

Documentation/op-guide: Clarify TLS "--peer" flags
Gyuho Lee 8 years ago
parent
commit
3e6417b770
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Documentation/op-guide/configuration.md

+ 2 - 2
Documentation/op-guide/configuration.md

@@ -271,12 +271,12 @@ The security flags help to [build a secure etcd cluster][security].
 + env variable: ETCD_PEER_CA_FILE
 
 ### --peer-cert-file
-+ Path to the peer server TLS cert file.
++ Path to the peer server TLS cert file. This is the cert for peer-to-peer traffic, used both for server and client.
 + default: ""
 + env variable: ETCD_PEER_CERT_FILE
 
 ### --peer-key-file
-+ Path to the peer server TLS key file.
++ Path to the peer server TLS key file. This is the key for peer-to-peer traffic, used both for server and client.
 + default: ""
 + env variable: ETCD_PEER_KEY_FILE