Now that the likes of Google (chrome) are insisting on https, accessing one’s own site http (port 80) is becoming problematic.
So my PiAware needs to have an SSL certificate. I have a wildcard certificate for my own domain so just need to get it on. its just I do not know how to install it on a Pi running Flightaware. I cannot see any reference to doing this Googling around.
Also others may need to use LetsEncrypt.
Anyone done this and how? Soon it will have to be part of a Piaware build, that is default to ask to install one’s own certificate or enable LetsEncrypt.
See https://yell.bulger.co.uk
On my web site VPS I redirect the yell.subdomain page to localhost:socket which has a reverse tunnel running from my remote site, which has the certificate.
On another system I even managed to have virtual hosts (after much fiddling around) using different certificates, one from letsencrypt. It seems to need a default similar as above then adding again. It works, but may not be the correct way.