I'm running an application from my wildfly 18 docker container and management asked me to get an SSL certificate for the domain for security, but I have two issues with this the first one is the container isn't static meaning that it changes twice a day the dev team rebuilds it twice a day so if the rebuild it the SSL configuration would be lost what can i do to deal with this?
the other issue is the certificate how can I export it knowing that I used the Letsencrypt command in CLI to get it rather than using certbot.