I'm deploying Edge Modules for protocol translation and using certificates to secure communication.
The certificates are currently placed inside the module container which would require the modules to be rebuilt and redeployed when certs change.
I'm looking for a better solution such as an azure key vault to pull down certs from and avoid rebuild/redeploy process.
Are people aware of such an option and implementation details?