Currently, I am deploying my dash app in a docker container that is configured with uWSGI and Nginx. The dashboard is then accessible on the configured IP but with an http protocol. I would like to add SSL certification so that users can access my dashboard through https instead. I searched google and browsed the dash forum & tutorial docs, but could not find any information that really explains how to set this up for a dash app. Does anyone on this forum have maybe some more knowhow how to achieve such a https setup, or maybe a link to a good step-by-step tutorial?
Thanks in advance!