Open
Description
Configure your SSL certificate & key in certs/ by either copying certs/fullchain.pem.example to certs/fullchain.pem and certs/privkey.pem.example to certs/privkey.pem or using your own certificate & key
Currently I am using the 2 unsigned certificates from the "certs" folder with an nginx + https proxy.
It is better to use unsigned certifcats with nginx-proxy with https enabled or is it better to have ssl certificates signed and use nginx-proxy in https?
In reality the only problem I encounter is that some Internet users cannot get the webcam to work, there is a bug at startup and sometimes not, it's random. Maybe because of the unsigned certificates problem?