Install Xibo-Docker Ubuntu HTTPS

Hi Everybody,
First of all, I know that there are many topics similar like this but I am not able to do it. Every thing is ok until I select the HTTPS in the CMS, from this moment i can´t access.
Could you help me?

Regards.

You will need to set up a separate web server as your reverse proxy and follow the steps in the Adding SSL Support section of the below guide:

If you would prefer to keep all elements of your setup within Docker, below are links to a Docker setup you could use instead:

Many Thanks.

Hi,
I´ve installed Xibo-docker ubuntu with Apache in the same server and they work in port 80.
I´ve followed these steps but it doesn´t work in HTTPS:

ufw allow 443/tcp
add-apt-repository ppa:certbot/certbot
apt-get update
apt-get install python-certbot-apache
certbot --apache -d xibo.alexharrington.co.uk

If you selected the option to force all traffic to HTTPS, then refreshing your CMS webpage will automatically redirect you to the HTTPS version.

Thanks a lot.