fix typo in certificate (#16588)
This commit is contained in:
parent
ac582c86cd
commit
1820b771ce
|
@ -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 certifcate 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`.
|
||||
|
||||
## list-peers
|
||||
|
||||
|
|
Loading…
Reference in New Issue