Which command will generate a new transit key?
Which command will generate a new transit key?
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.
C Agree with this syntax
Correct syntx for creating transit key.