step

Crypto and x509 Swiss-Army-Knife for certificate and key management

brewmacoslinux
Try with needOr install directly
Source

About

Crypto and x509 Swiss-Army-Knife

Commands

step

Examples

Generate a new self-signed certificate$ step certificate create --profile self-signed --no-password --insecure mycert.crt mycert.key
Inspect and display certificate details$ step certificate inspect mycert.crt
Create a certificate signing request (CSR)$ step certificate create --csr myrequest.csr mykey.key