I have Tomcat 8 running in a docker container. Specifically, the image tomcat:8-jre8
. I am trying to install a certificate from Let's Encrypt in order to get all communications to the server to run over https. The issue I am having is that I am not able to use certbot, the tool for automatic installation of the certificates, to see the server as it is running within docker.
I have thought of installing cerbot in the container and then run it, but I haven't been able.
If using cerbot is not practical in this situation, any help on manual installation of this certificates would be greatly appreciated too.