mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
737 B
737 B
openssl-osx-ca
Table of contents
TL;DR
# Install and configure.
brew tap 'homebrew/services'
brew tap 'raggi/ale'
brew install 'openssl-osx-ca'
brew services start 'openssl-osx-ca'
# Run manually.
openssl-osx-ca
# Check the last time the certificates file changed.
stat "$(brew --prefix)/etc/openssl@"*"/cert.pem"
find "$(brew --prefix)/etc" -type 'f' -name 'cert.pem' -path '*/openssl*' -exec stat {} +