I have installed Xibo in docker, using the guide here: Xibo CMS with Docker on Ubuntu 18.04 - However, instead of LetsEncrypt, I have my own SSL cert I want to use, however, struggling to get this working with Apache, does anyone have a guide on this or can point be in the right direction?
Instead of configuring LetsEncrypt, you add your SSL certificate to Apache’s configuration as you would for any other Apache installation with an SSL certificate.
There’s multiple guides out there to configuring SSL on Apache. Broadly it’s something like this:
Thanks - I had thought that would be the case and is what I have done since, however, this now gives me the apache default page rather than the xibo login and still no SSL cert.