Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 575 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 575 Bytes

Cert Helper

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 and use

  1. Install pipenv with pip install pipenv
  2. Run pipenv install
  3. Copy settings.sample.yaml to settings.yaml and modify to your needs.
  4. Then run python cert-helper.py to get started!