Which statement describes the results of this command: $ vault secrets enable -version=2 kv (Choose two.)
Which statement describes the results of this command: $ vault secrets enable -version=2 kv (Choose two.)
The command 'vault secrets enable -version=2 kv' is used to enable the Key/Value (K/V) version 2 secrets engine in Vault. This secrets engine will be enabled at the default path 'kv/'. Therefore, the results of this command are: it enables the secrets engine at path 'kv/' and it enables the K/V version 2 secrets engine.
CE This is the right answer
C & E are correct as per https://developer.hashicorp.com/vault/docs/secrets/kv/kv-v2