Skip to content

Commit

Permalink
Describe how to specify paths to files in raft.mdx
Browse files Browse the repository at this point in the history
hashicorp#9060 added support for specifying file paths for the parameters `-leader-ca-cert`, `-leader-client-cert` and `-leader-client-key`.
  • Loading branch information
ameyp authored Aug 22, 2022
1 parent b571ea4 commit 9e383e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/commands/operator/raft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The following flags are available for the `operator raft join` command.
- `-retry` `(bool: false)` - Continuously retry joining the Raft cluster upon
failures. The default is false.

~> **Note:** Please be aware that the content (not the path to the file) of the certificate or key is expected for these parameters: `-leader-ca-cert`, `-leader-client-cert`, `-leader-client-key`.
~> **Note:** Please be aware that the content (not the path to the file) of the certificate or key is expected for these parameters: `-leader-ca-cert`, `-leader-client-cert`, `-leader-client-key`. If you want to specify paths to files for any of these parameters, prefix the path with `@`.

## list-peers

Expand Down

0 comments on commit 9e383e4

Please sign in to comment.