cyberark-conjur-cli-docker-based
cyberark-conjur-cli-docker-based copied to clipboard
Conjur init displays invalid path in command to validate SSL SHA1 fingerprint
v5.5 CLI on Windows (using Ruby gem)
After you've defined the hostname while performing conjur init
, a command to verify the SHA1 fingerprint of the SSL certificate is presented. The command lists the path to the .pem file as ~conjur/etc/ssl/<certificatename>.pem
. If the sample command is copied and used as is, it fails with file not found. Correcting the path to be /opt/conjur/etc/ssl/<certificatename>.pem
allows the command to run successfully.