I'm trying to get https enabled on a web server (apache) already running in a custom docker instance for a specific web app. The container seems to be running Alpine Linux
. Before a few weeks ago, I barely knew what docker was. Also, I didn't set up or install the docker container myself.
I'm able to exec sh
into the container just fine and have even tweaked the apache config file before.
I searched for some tutorials, but they all seem to go off into variants that don't apply here, such as editing the docker config files, before actually starting the docker instance. (Actually, if that is the best way, I would still like to get some clear steps on that.
What I'm looking for is something along the lines of installing certbot in the container and then running it from there. Are there steps to go about this?