mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
Update text of init/rekey around recovery values
This commit is contained in:
parent
ecef6c2fc7
commit
54347da422
2 changed files with 4 additions and 4 deletions
|
|
@ -304,13 +304,13 @@ Init Options:
|
|||
unseal key.
|
||||
|
||||
-recovery-shares=5 The number of key shares to split the recovery key
|
||||
into. This is not normally available.
|
||||
into. Only used with Vault HSM.
|
||||
|
||||
-recovery-threshold=3 The number of key shares required to reconstruct
|
||||
the recovery key. This is not normally available.
|
||||
the recovery key. Only used with Vault HSM.
|
||||
|
||||
-recovery-pgp-keys If provided, behaves like "pgp-keys" but for the
|
||||
recovery key shares. This is not normally available.
|
||||
recovery key shares. Only used with Vault HSM.
|
||||
|
||||
-auto If set, performs service discovery using Consul.
|
||||
When all the nodes of a Vault cluster are
|
||||
|
|
|
|||
|
|
@ -414,7 +414,7 @@ Rekey Options:
|
|||
'sys/rekey/backup' endpoint.
|
||||
|
||||
-recovery-key=false Whether to rekey the recovery key instead of the
|
||||
barrier key. This is not normally available.
|
||||
barrier key. Only used with Vault HSM.
|
||||
`
|
||||
return strings.TrimSpace(helpText)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue