HashiCorp Certified: Vault Associate (002) — Question 63

Which statement describes the results of this command: $ vault secrets enable -version=2 kv (Choose two.)

Answer options

Correct answer: C, E

Explanation

The command enables the K/V v2 secrets engine at the specified path kv/, which is why option E is correct. Option C is also correct as it signifies the activation at the path kv/. The other options are incorrect because they either refer to invalid flag usage or incorrect versioning of the secrets engine.