Yet another Azure keyvault cert downloader.
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 @faithlife. More functionality and flexibility coming soon (maybe)!
keyvaults:
my-vault:
output:
dir: /tmp/crt
ext: .pem
Use Python 3.8:
/usr/local/opt/[email protected]/bin/python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt