Skip to content

Recipes

A recipe joins several API calls into one complete workflow: with prerequisites, waiting logic, rollback and the pitfalls you would otherwise only find on the second attempt. At the end of every recipe sit the endpoints it uses and the matching place in the interface.

GoalRecipe
New servers get their records in one goPrepare new hosts
The zone follows a file in the repoDNS desired state
A change you can take backDNS change with rollback
GoalRecipe
A server updates its own IPDynDNS URL update
The home connection reports itselfDynDNS with the FRITZ!Box
GoalRecipe
Everything automatic, one toolAutomate with certbro
Self built over the API, with DNS validationTLS with DNS DCV
Renew one certificate deliberatelyTLS renewal
Stretch lifetime through reissuesReissue cycle
Watch orders and cancel stuck onesMonitor and cancel
Inventory and back up the stockInventory and export
Replace a compromised certificateRevoke and replace
OV certificate with organization validation, via APIOV order with org ID
OV certificate with organization validation, via certbroOV with certbro

Every recipe names its own prerequisites. Two always apply: an API key with the permissions named there, and the basics from getting started.