Skeer Pretty sure I know the answer based off the docs but wanted to make absolutely sure.. Is there any API or other functionality for programmatically generating a cert, not just downloading it afterwards?
gregtwallace Not officially supported, no. However, the backend application is just an API that the frontend interacts with. You could craft something yourself. All of the routes are listed in this file: https://github.com/gregtwallace/certwarden-backend/blob/master/pkg/domain/app/router_make.go
Skeer I've built something for this using Tines as the front end, all the calls were built in Postman first so it's super possible and pretty easy TBH.