Hi everyone,

I need some help with one of my services (Paperless-NGX) I accessed it a long time via IP but as my wife is also using it I changed it to an easier hostname. (dms.local)

Currently it’s running in docker and traefik is handling the access and uses https because my browser is quiet annoying without https.

Now my problem: I use a self-signed certificate because of the „local“ domain and because I access the service only from my local network. How can I remove the warning that the certificate isn’t trustworthy? It stops me from using mobile apps to connect and also sometimes isn’t working with some browsers.

Had someone else a similar issue?