mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #313] security command not found #220
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#220
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/313
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..