-
Notifications
You must be signed in to change notification settings - Fork 0
Key
Adam Brady edited this page Oct 4, 2015
·
1 revision
Key related things have two namespaces, vaultex.key
, and vaultex.rekey
.
Returns information about the currently initialized vault.
Returns information about the current rekey.
Starts a new rekey attempt.
options
:
Name | Default | Required | Description |
---|---|---|---|
secret_shares | n/a | ✓ | Number of shares you wish to generate |
secret_threshold | n/a | ✓ | Number of shares you wish to require to unseal the vault |
pgp_keys | n/a | Array of PGP keys used to encrypt shares on response |
Cancels the in-progress rekey attempt.
Enters a currently-valid master key to progress the rekey attempt.
Rotate the low level encryption key used with the backend.