azure-keyvault-certificates-rust
Azure Key Vault Certificates SDK for Rust.
Setup & Installation
What This Skill Does
Azure Key Vault Certificates SDK for Rust. Provides a `CertificateClient` for creating, importing, retrieving, and deleting certificates stored in Azure Key Vault. Works with both self-signed and CA-issued certificates via policy-based lifecycle management.
Using this SDK instead of raw REST calls gives you typed models, async streaming for large certificate lists, and built-in Entra ID credential integration without writing auth boilerplate.
When to use it
- Creating self-signed TLS certificates for internal services in Rust apps
- Importing existing PFX certificates from a migration into Azure Key Vault
- Listing all vault certificates to audit expiration dates programmatically
- Rotating certificates by updating policies with new validity periods
- Deleting and purging test certificates after a CI/CD pipeline run
Similar Skills
best-practices
A checklist of modern web development standards covering HTTPS, CSP headers, input sanitization, deprecated API avoidance, and HTML validity.
auth0-android
Adds authentication to native Android apps using the Auth0 SDK.
auth0-angular
Adds authentication to Angular apps using the @auth0/auth0-angular SDK.
auth0-aspnetcore-api
Adds JWT access token validation to ASP.
