Assuming default configurations, which of the following operations require a threshold of key shares to perform? (Select three)
Rotating the Vault encryption key to adhere to internal security policies
Unsealing Vault after a scheduled maintenance to install patches
Generating a new root token as a break-glass procedure
Creating a new set of recovery keys due to an employee leaving the organization
Comprehensive and Detailed In-Depth Explanation:
Certain operations require unseal keys:
B. Unsealing : " Unsealing the Vault requires a threshold of unseal keys. "
C. Root Token : " Generating a new root token requires a threshold of unseal keys. "
D. Recovery Keys : " Changing the unseal/recovery keys requires the current threshold. "
Incorrect Option :
A. Key Rotation : " An online operation and does not cause downtime, " no shares needed.
Submit