Download certificate secrets from Azure Key Vault
Project description
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
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
kvcdl-0.2.5.tar.gz
(5.0 kB
view hashes)
Built Distribution
kvcdl-0.2.5-py3-none-any.whl
(6.7 kB
view hashes)