HashiCorp Certified: Vault Associate (002) — Question 75
When enabling auto-unseal, how do you specify the seal type? (Choose two.)
Answer options
- A. Set the VAULT_SEAL_TYPE environment variable
- B. Use the /sys/seal endpoint on the Vault API
- C. Create a seal block in the server configuration file
- D. Configure in the storage block of the server configuration file
- E. Use the vault operator command
Correct answer: C, E
Explanation
The correct methods to specify the seal type for auto-unseal are to create a seal block in the server configuration file (C) and to use the vault operator command (E). Options A and B do not pertain to specifying the seal type, while option D deals with storage configuration, not seal configuration.