certstrap

Bootstrap CAs, certificate requests, and signed certificates

brewmacoslinux
Try with needOr install directly
Source

About

Tools to bootstrap CAs, certificate requests, and signed certificates

Commands

certstrap

Examples

Initialize a new certificate authority$ certstrap init --common-name my-ca
Create a certificate request for a server$ certstrap request-cert --common-name example.com
Sign a certificate request with the CA$ certstrap sign example.com --CA my-ca