correct parameter is `leader_ca_cert_file`
This commit is contained in:
Matt Whiteley 2020-06-15 11:36:15 -07:00 committed by GitHub
parent f21d89c61e
commit 922f9374c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,7 +140,7 @@ storage "raft" {
node_id = "node1"
retry_join {
leader_api_addr = "http://127.0.0.2:8200"
leader_ca_cer_file = "/path/to/ca1"
leader_ca_cert_file = "/path/to/ca1"
leader_client_cert_file = "/path/to/client/cert1"
leader_client_key_file = "/path/to/client/key1"
}