Skip to content

Python certificate signing request (CSR) generation helper

License

Notifications You must be signed in to change notification settings

Alveel/cert-helper

Repository files navigation

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!

About

Python certificate signing request (CSR) generation helper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages