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