mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
security command not found #220
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jjwalasing on GitHub (Jul 12, 2021).
I am trying to install certificate on docker machine but was not able to do so since security command not found.
Command :
security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain/NICE_certificate.cer
Error:
bash: security: command not found
Please assist on this issue..