mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
add missing verb
This commit is contained in:
parent
a2359d054c
commit
b42567acfc
2 changed files with 8 additions and 8 deletions
|
|
@ -127,10 +127,10 @@ Init Options:
|
|||
public PGP keys, or Keybase usernames specified as
|
||||
"keybase:<username>". The number of given entries
|
||||
must match 'key-shares'. The output unseal keys will
|
||||
encrypted and hex-encoded, in order, with the given
|
||||
public keys. If you want to use them with the 'vault
|
||||
unseal' command, you will need to hex decode and
|
||||
decrypt; this will be the plaintext unseal key.
|
||||
be encrypted and hex-encoded, in order, with the
|
||||
given public keys. If you want to use them with the
|
||||
'vault unseal' command, you will need to hex decode
|
||||
and decrypt; this will be the plaintext unseal key.
|
||||
`
|
||||
return strings.TrimSpace(helpText)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -338,10 +338,10 @@ Rekey Options:
|
|||
public PGP keys, or Keybase usernames specified as
|
||||
"keybase:<username>". The number of given entries
|
||||
must match 'key-shares'. The output unseal keys will
|
||||
encrypted and hex-encoded, in order, with the given
|
||||
public keys. If you want to use them with the 'vault
|
||||
unseal' command, you will need to hex decode and
|
||||
decrypt; this will be the plaintext unseal key.
|
||||
be encrypted and hex-encoded, in order, with the
|
||||
given public keys. If you want to use them with the
|
||||
'vault unseal' command, you will need to hex decode
|
||||
and decrypt; this will be the plaintext unseal key.
|
||||
|
||||
-backup=false If true, and if the key shares are PGP-encrypted, a
|
||||
plaintext backup of the PGP-encrypted keys will be
|
||||
|
|
|
|||
Loading…
Reference in a new issue