CyberArk Sentry – Secrets Manager — Question 4
What is the correct command to import the root CA certificate into Conjur?
Answer options
- A. docker exec <ContainerName> evoke ca import – –no-restart – –root <rootCA.cer>
- B. docker exec <ContainerName> evoke import – –no-restart – –root <rootCA.cer>
- C. docker exec <ContainerName> evoke ca import – –no-restart <rootCA.cer>
- D. docker exec <ContainerName> ca import <rootCA.cer>
Correct answer: C
Explanation
The correct command is option C because it correctly uses the 'evoke ca import' syntax along with the required parameters to import the root CA certificate without restarting. Options A and B incorrectly include parameters or commands that are not needed for this specific import action. Option D is missing the 'evoke' command, which is essential for the import process in this context.