Skip to main content

Manage keys and certificates using p12 files

Project description

Certificate Manager

Manage your certificate in the standardized p12 format. This format can hold both your private key and your certificate, making it ideal for storing your those together. You can then use the export commands to extract the parts you need to supply to your web server or other service.

Create

certman create my-cert.p12 [--key-type rsa|ecdsa]

Sign

certman sign my-cert.p12 [sign-with.p12] [--attributes cn:mydomain.com]

Export

Your key and certificate are usually required in PEM format.

certman export key my-cert.p12
certman export certificate my-cert.p12

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

certman-0.2.0.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

certman-0.2.0-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

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