Skip to main content

Certificate Authority Lib & Tools

Project description

# pyca

A python implemented certificate authority lib & tools based on openssl

## Features

  • Verify certificate

  • Generate root CA

  • Sign server certificate

  • Sign client certificate

## Future features

  • Maintain certificate chain

  • Generate CRL (Certificate revocation lists)

  • Generate OCSP (Online Certificate Status Protocol)

## Simple usage

Before generating / signing anything, you have to init the key / certificate database.

This is done by running command python -m calib –base [The database path] init

Please take care that any files or dirs will be removed in the database path. If the –base argument is not given, the current working directory will be used.

After initialized the database, you have to generate a root certificate by command python -m calib –base [The database path] createRootCert

Please use python -m calib –help for more usage info.

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

calib-0.1.1.tar.gz (12.6 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