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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file calib-0.1.1.tar.gz
.
File metadata
- Download URL: calib-0.1.1.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f80ade8866e0c18e68198a392c598ba283f7c74f875e658a584be6fd860e1d6 |
|
MD5 | c01b6508ef84269c4b790451fa2de322 |
|
BLAKE2b-256 | 7253977b9fb0bb830da89343cc7f3f1e7251e2dd5b9a84688b830012aecd2dc8 |