Skip to content

Commit

Permalink
Add note on support for using rec keys on /sys/rekey (#3517)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvn authored Nov 6, 2017
1 parent ee43880 commit 447d13e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/source/api/system/rekey.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ description: |-

The `/sys/rekey` endpoints are used to rekey the unseal keys for Vault.

On seals that support stored keys (e.g. HSM PKCS11), the recovery key share(s)
can be provided to rekey the master key since no unseal keys are available. The
secret shares, secret threshold, and stored shares parameteres must be set to 1.
Upon successful rekey, no split unseal key shares are returned.

## Read Rekey Progress

This endpoint reads the configuration and progress of the current rekey attempt.
Expand Down

0 comments on commit 447d13e

Please sign in to comment.