Skip to main content

small library and cli tool for managing a certificate authority

Project description

TODO:
[ ] rename, pip
#python setup.py register -r pypi
#python setup.py sdist upload -r pypi
[ ] this doc!
[ ] inline docs

http://stackoverflow.com/questions/5334531/using-javadoc-for-python-documentation
https://jamielinux.com/docs/openssl-certificate-authority/


CLI USAGE:

python nanoca.py create [name] --days 365 --usage server_cert
python nanoca.py sign ...
python nanoca.py cacert ...
python nanoca.py cert name ...


API USAGE:

import nanoca
ca = nanoca.NanoCA(root='some_dir')
ca.create('test.example.net')
ca.get_key('test.example.net')
ca.get_cert('test.example.net')



Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nanoca-0.7.tar.gz (5.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page