HashiCorp Certified: Vault Associate (002) — Question 50

Which statement describes the results of this command: $ vault secrets enable transit?

Answer options

Correct answer: A

Explanation

The correct answer, A, accurately reflects that the command activates the transit secrets engine specifically at the transit path. The other options are incorrect because the command does not require a root token (B), it explicitly enables the engine at the transit path and not the secret path (C), it does not need a -path parameter (D), and the transit secrets engine is not enabled by default (E).