ryancdotorg / certpy

CertPy is a high level toolkit for generating x509 (e.g. SSL/TLS/HTTPS) certificates in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CertPy

CertPy is a high level toolkit for generating x509 (e.g. SSL/TLS/HTTPS) certificates in Python. Certificate “profiles” are implemented as Python classes. The nitty-gritty low level stuff is handled by the Python Cryptographic Authority’s excellent cryptography package.

Authors

CertPy was created by Ryan Castellucci (@ryancdotorg)

WARNING

CertPy has not yet reached a state where I consider it ready for use by others, but contributions are welcome. DO NOT USE THIS YET!

License

MIT

About

CertPy is a high level toolkit for generating x509 (e.g. SSL/TLS/HTTPS) certificates in Python.

License:MIT License


Languages

Language:Python 100.0%