coreos - What's the semantics of ETCD_PEER_KEY_FILE in cloud-config -
According to the
In an etcd
example can be multiple colleagues I have a parameter ETCD_PEER_KEY_FILE = / Path / to / peers.key
can be configured. If I interpret this parameter according to its name, then I can add a peer (or more pear_s_) private key to that file. What is the rationale behind it? Can anyone explain that this parameter actually means (no documents found).
Understand documentation
- cert-file = & lt ; Path & gt ;: Certificate used for SSL / TLS connection etc.
- Peer-cert-file = & lt; Path & gt::
Certificate used for SSL / TLS connections between peers will be used for listening to the peer address as well as sending requests to other colleagues.
Comments
Post a Comment