esnet-security / SCRAM

Security Catch and Release Automation Manager
Other
5 stars 2 forks source link

Dynamically point to certs #32

Open samoehlert opened 6 months ago

samoehlert commented 6 months ago

Right now we get ACME certs put on the host, but they are in the directory structure that includes the hostname. How can we tell docker-compose to mount the certs using the hostname without hardcoding it?

grigorescu commented 6 months ago

Two (or three) options, I think -- env var pointing to the cert path or fixed path which symlinks to the cert or both.