소스 검색

Documentation/op-guide: Clarify TLS "--peer" flags

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 년 전
부모
커밋
98190821b3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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