-
-
Notifications
You must be signed in to change notification settings - Fork 285
Home
Tatsuro Shibamura edited this page Mar 7, 2026
·
16 revisions
Acmebot automates the issuance, renewal, and revocation of ACME certificates with Azure Key Vault. It is designed for Azure-hosted workloads that need reliable certificate lifecycle management without manual renewal work.
Prepare the following before you start:
- An Azure subscription
- An Azure Key Vault
- You can use an existing vault, or create one during deployment
- A DNS provider for the public zone you want to validate
- An email address for ACME account registration
If you are deploying Acmebot for the first time, use these pages in order:
- Getting Started
- DNS Provider Configuration
- External Account Binding if your ACME CA requires it
- App Role-Based Authorization if you want role-based access control for issuance and revocation
- Deploy Acmebot to Azure.
- Configure the DNS provider used for DNS-01 validation.
- Enable authentication and optional role-based authorization.
- Issue certificates from the dashboard or API.
- Let Acmebot renew certificates automatically and consume them from Azure services.