This is the deployed Apache Server for our Unofficial DeVry IT Community website.
You can join our discord by clicking here
Our bot and website are used in an academic setting for students and professors at DeVry University. Additional information about our custom bot and other projects can be found here
By default the container is setup to forward http and https to the container, the SSL certs have to be installed.
They can be saved in the /conf folder as server.key, privkey.pem, and server.crt; the necessary configurations for SSL is already enabled. I do this using certbot, and manually renaming the files into the /conf directory.
Since certs expire every 90 days, this is done on the dockerhost machine and then copied into the directory. It can be scripted out, however, I choose to do this manually.
Original version of instructions can be found here
Compiled directions can be found here
Updated: 8.1.2021