I run a Docker container that contains a lightweight Debian and an app on a Ubuntu remote-server.
Right now I can reach the app online over http://remote-server-ip:port, but I'd like to make it available on HTTPS.
I wonder which part I have to configure in order to serve the app over HTTPS. Do I have to setup HTTPS just for the Ubuntu remote-server or do I also need to adjust the Debian running inside the container?