A script to quickly make a private key and certificate signing request (CSR).
Supported key types are RSA and EC (elliptic curve).
This script uses the cryptography, click, and PyYAML libraries.
- Install
pipenv
withpip install pipenv
- Run
pipenv install
- Copy settings.sample.yaml to
settings.yaml
and modify to your needs. - Then run
python cert-helper.py
to get started!