Hi! Is there a way to somehow load certificates into persistent volume (or mount it locally to transfer)? The app I want to test needs certificates to be loaded on startup. What’s the best strategy for this?
The way we handle a similar scenario is, set certs as Fly secrets which are then available as env vars at runtime to the VMs.