PKCS#12 installer plugin for Certbot and Let's Encrypt
Project description
Certbot PKCS#12 plugin
This is an installer plugin for certbot. Whenever you generate a certificate with Let's Encrypt, it will save the certificate in a PKCS#12 archive.
Usage
To use this plugin, first follow the instructions to install certbot as well as this plugin and any other plugins that you need. For example, if you are installing certbot with pip, then run the following command:
pip install certbot certbot-dns-route53 certbot-pkcs12
Then, configure certbot by populating the configuration file
/etc/letsencrypt/cli.ini. Here is an example configuration for verifying
certificates using the certbot plugin
for AWS Route53:
# Example settings for cert verification using Route53
dns-route53 = true
domains = example.com
email = admin@example.com
agree-tos = true
no-eff-email = true
# PKCS12-specific settings
installer = pkcs12
pkcs12-location = /etc/pki/kafka/keystore.p12
pkcs12-phassphrase = snakeoil
Important note: Some software, such as Apache Kafka, cannot decode unencrypted PKCS12 files, so you should always set a PKCS12 passphrase, even if you are not using the PKCS12 encryption as a security boundary.
Finally, run certbot by executing the following command:
certbot
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file certbot_pkcs12-0.3.1.tar.gz.
File metadata
- Download URL: certbot_pkcs12-0.3.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
540b9cdcf5e69c8132f2622ef7c6136114e9436bdc473a8858de381f6f04ed1d
|
|
| MD5 |
087046945350192d74d9623ae032d349
|
|
| BLAKE2b-256 |
70115003470a76af597e344e548b7472da0234da999ac3d3cb1361eafe767586
|
File details
Details for the file certbot_pkcs12-0.3.1-py3-none-any.whl.
File metadata
- Download URL: certbot_pkcs12-0.3.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74502302f55789b7940cfdd96b5fdeaa0f6b22bc96ed25d1958bb8c42b6983fb
|
|
| MD5 |
a617ec3856fd8e7730ad0fd3753a371d
|
|
| BLAKE2b-256 |
ee2ab8a10b9b520736de2269542b19258487d739df39bb3d7d7dc7ee14b058dd
|