I need to trust a self-signed certificate on a lot of managed Linux desktops. I have imported them into the trust store of the OS, curl, wget etc. trust them.
However browsers like Firefox and Chrome (Chromium) use their own trust store. Firefox has an option to use the system trust store but that is broken on Linux and marked as "Wontfix" in their Bugtracker. There still is the option to install certificates to the Firefox trust store with their enterprise policies though.
I was looking for the same thing for Chromium Policies, but I have not found any evidence of there beeing such a thing.
So my question is basically the same as this one: How to make Chrome trust Windows system root CA certificate? but on Linux.
If using the OS trust store is not an option, importing select certificates would be a good workaround.