security
Verified for current stable LTS
Security Commands
Security command syntax with verified terminal examples.
Commands
7 commands for Security
security HTTP
Security Command: Add Certificate To Keychain Osx
security add-certificates -k <file.keychain> <path/to/cert_file.pem> security HTTP
Security Command: Add Trusted Ca Certificate Osx
security add-trusted-cert -k <path/to/user-keychain.keychain-db> <path/to/ca-cert_file.pem> security Operations
Security Command: Create Keychain Osx
security create-keychain -p <password> <path/to/file.keychain> security Operations
Security Command: Delete Specific Keychain Osx
security delete-keychain <path/to/file.keychain> security Operations
Security Command: List Available Keychains Osx
security list-keychains security HTTP
Security Command: Remove Trusted Ca Certificate Osx
security remove-trusted-cert <path/to/ca-cert_file.pem> security HTTP
Security Command: Set Certificate Identity Preference Osx
security set-identity-preference -s <URL|hostname|service> -c "<common_name>" <path/to/file.keychain> Suggest a Security Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Security workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.