GitHub - andrewmbenton/ca: A GitHub-native private certificate authority
A GitHub-native private certificate authority
For local development environments that need TLS certificates, it's useful to mimic public
certificate authority behavior with a private CA that belongs to your organization.
This repo is a very simple wrapper around the openssl certificate signing command, which
runs without dependencies inside of GitHub actions. You store your CA's private key as a
repository secret, and signed certificates are stored as workflow run artifacts.
ImportantBefore cont...
Read more at github.com