Exam Vault Associate 002 All QuestionsBrowse all questions from this exam
Question 90

Which command will generate a new transit key?

    Correct Answer: C

    The command 'vault write -f transit/keys/my-key' is the correct syntax for generating a new transit key. The 'vault write' command is used to create or update data on a specific path in Vault, and the '-f' flag allows for creation when there are no input parameters other than the path.

Discussion
Mark1000Option: C

C Agree with this syntax

daz_rekkaOption: C

Correct syntx for creating transit key.