| --peer-ca-file '' [DEPRECATED] | |
| path to the peer server TLS CA file. '-peer-ca-file ca.crt' could be replaced by '-peer-trusted-ca-file ca.crt -peer-client-cert-auth' and etcd will perform the same. | |
| --peer-cert-file '' | |
| path to the peer server TLS cert file. | |
| --peer-key-file '' | |
| path to the peer server TLS key file. | |
| --peer-client-cert-auth 'false' | |
| enable peer client cert authentication. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment