mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-12 23:14:23 +00:00
33 lines
497 B
Markdown
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
|