azure-keyvault-certificates
Microsoft Corporation Key Vault Certificates Client Library for Python
What it is and what it does
This is the official Azure SDK client library for managing certificates in Azure Key Vault. It provides a Python interface to create, store, retrieve, update, and delete SSL/TLS certificates in a managed vault, with support for certificate versioning, policies, issuers, and metadata. The library depends on azure-core for HTTP communication and isodate for date handling, abstracting REST API calls to Key Vault.
Typically used in applications that need centralized certificate lifecycle management—issuing new certificates, rotating versions, enforcing policies, or retrieving certificates for use in TLS/SSL configurations. It integrates with the broader Azure Key Vault ecosystem and is part of the official Azure SDK for Python.
Use it for:
- Automate SSL/TLS certificate creation and renewal in Azure Key Vault for web applications and services.
- Retrieve and deploy the latest certificate version to load balancers or reverse proxies without manual intervention.
- Enforce certificate policies (validity periods, key sizes, issuer constraints) across an organization.
- Manage certificate metadata and track certificate versions for compliance and audit purposes.
- Integrate certificate management into CI/CD pipelines for automated infrastructure provisioning.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Manages SSL/TLS certificates stored in Azure Key Vault—create, retrieve, update, delete, and control versions of certificates with support for certificate policies and issuers.
Yes. This is the official, actively maintained Azure SDK library for certificate management. It has low install friction, no known vulnerabilities, permissive licensing, and is widely used (top 5000 PyPI packages). Install it if you need to manage certificates in Azure Key Vault; it is the standard choice for this task.
Install
azure-keyvault-certificates on PyPI
pip
pip install azure-keyvault-certificatesuv
uv add azure-keyvault-certificatespoetry
poetry add azure-keyvault-certificatesInstalling azure-keyvault-certificates
Before you install
Low install friction with three lightweight runtime dependencies (isodate, azure-core, typing-extensions). Actively maintained with a recent release and no known vulnerabilities.
License in practice
MIT License permits commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install azure-keyvault-certificates
from azure.keyvault.certificates import CertificateClient
from azure.core import credential
client = CertificateClient(vault_url="https://my-key-vault.vault.azure.net/", credential=credential)
certificate = client.get_certificate("cert-name")
Requires Python 3.9 or later; requires an existing Azure Key Vault and Azure subscription; authentication credential must be configured separately.
Verify before relying
- Whether async operations (aio.CertificateClient) are production-ready or have known limitations.
- Performance characteristics for bulk certificate operations or large-scale deployments.
- Whether certificate import/export functionality is supported beyond creation and retrieval.
- Specific authentication methods supported beyond what the fact sheet documents.
Package facts
| License | MIT License (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — isodate, azure-core, typing-extensions |
| Maintenance | actively maintained — 101 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 14,008,812/month — #1,255 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_keyvault_certificates-4.11.1-py3-none-any.whl
Keywords: azure, azure sdk
Tags
More Cryptography packages
Certifi provides Mozilla's curated collection…
copyleft · top 100 on PyPI
cryptographycryptography provides cryptographic recipes and…
permissive · top 100 on PyPI
rsaPure-Python RSA encryption, decryption,…
permissive · top 1,000 on PyPI
pyOpenSSLpyOpenSSL wraps OpenSSL's SSL/TLS functionality…
permissive · top 1,000 on PyPI
azure-identityProvides Microsoft Entra ID token-based…
unclear · top 1,000 on PyPI
PyNaClPyNaCl provides Python bindings to libsodium…
permissive · top 1,000 on PyPI
azure-keyvault-keysManages cryptographic keys in Azure Key…
unclear · top 1,000 on PyPI
azure-keyvault-secretsSecurely store, retrieve, and manage secrets…
permissive · top 1,000 on PyPI
azure-keyvaultA bundle package that installs three Azure Key…
permissive · top 5,000 on PyPI
azure-keyvault-administrationManages role-based access control, backup,…
permissive · top 5,000 on PyPI
azure-keyvault-securitydomainManages security domains for Azure Key Vault…
permissive · top 5,000 on PyPI
PyKMIPPyKMIP implements the KMIP protocol for…
permissive · top 15,000 on PyPI
azure-appconfiguration-providerLoads application configurations from Azure App…
permissive · top 5,000 on PyPI
hvachvac is a Python client library for HashiCorp…
permissive · top 1,000 on PyPI
azure-schemaregistryRegisters, retrieves, and manages schemas in…
permissive · top 5,000 on PyPI
azure-mgmt-keyvaultManages Azure Key Vault resources—vaults, keys,…
unclear · top 5,000 on PyPI