kvcdl 0.2.9

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

kvcdl 0.2.9

Keyvault-Cert-Downloader
Yet another Azure keyvault cert downloader.
Usage
At the moment, this will:

Read all of the certificate bundles from a configured instance of Azure Key Vault
Convert them to PEM encoding
Output them to a configured location on disk

The tool satisfies a very specific need we have @Logos. More functionality and flexibility coming soon (maybe)!
Example config
keyvaults:
my-vault:
output:
dir: /tmp/crt
ext: .pem

Development
Venv Setup
Use Python 3.8:
/usr/local/opt/python@3.8/bin/python3 -m venv .venv

Bootstrap
source .venv/bin/activate
pip install -r requirements.txt

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.