shibayan / keyvault-acmebot

Automated ACME SSL/TLS certificates issuer for Azure Key Vault (App Service / Container Apps / App Gateway / Front Door / CDN / others)
Apache License 2.0
891 stars 233 forks source link

Add support for automization via CLI #682

Open kamellemann opened 5 months ago

kamellemann commented 5 months ago

It would be great to use your solution with commadline to support automization. Authentification via User / Service Principal with certificate or secret would be great.

Commandlets: order-certificate revokce-certificate renew-certificate get-dnszones get-certificates

kamellemann commented 5 months ago

@shibayan Is there a way to call [AddCertificate_HttpStart] via http request to request a new certificate. Authentification can be done via MSI in Logic App.

shibayan commented 5 months ago

See it https://github.com/shibayan/keyvault-acmebot/wiki/Authentication-Methods-for-REST-API

kamellemann commented 5 months ago

Great, thanks!