Installing SSL an cert on a LAMP Docker container (Apache)

This is a WIP / rough draft. In this post I’ll run over installing an SSL cert for a web server (Apache), that is running inside a docker container (the docker container is running on a Linux server AWS Amazon Linux EC2). to install certbot on amazon linux https://unix.stackexchange.com/questions/741450/installing-lets-encrypt-on-amazon-linux-2023 (see Jens Answer) once installed run: … Read more