Skip to main content

Download certificate secrets from Azure Key Vault

Project description

Keyvault-Cert-Downloader

Yet another Azure keyvault cert downloader.

Usage

At the moment, this will:

  1. Read all of the certificate bundles from a configured instance of Azure Key Vault
  2. Convert them to PEM encoding
  3. 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


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.4.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

kvcdl-0.2.4-py3-none-any.whl (6.7 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