Files
oam/knowledge base/openssl-osx-ca.md
2023-01-11 01:46:55 +01:00

33 lines
497 B
Markdown

# openssl-osx-ca
1. [TL;DR](#tldr)
2. [Further readings](#further-readings)
3. [Sources](#sources)
## TL;DR
```sh
# 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
```
## Further readings
- [Homebrew]
## Sources
- [openssl-osx-ca]
<!-- project's references -->
[openssl-osx-ca]: https://github.com/raggi/openssl-osx-ca
<!-- internal references -->
[homebrew]: homebrew.md