Firefox Snap doesn't recognize root certificate

Can we have this done for browsers in the snap store, like Firefox and Brave?

It doesn’t seem to be pulling it.

Even Vivaldi (apt) doesn’t see it. Fixed that with

sudo mv /usr/lib/x86_64-linux-gnu/nss/libnssckbi.so /usr/lib/x86_64-linux-gnu/nss/libnssckbi.so.old && sudo ln -sf /usr/lib/x86_64-linux-gnu/pkcs11/p11-kit-trust.so /usr/lib/x86_64-linux-gnu/nss/libnssckbi.so

Strangely, Edge (Flatpak) sees the CRT files I stored in /usr/local/share/ca-certificates/, which are symlinked to /etc/ssl/certs. Placing the PEM files in /etc/ssl/certs don’t work, so I think it just looks for the ones in /usr. I know it’s Flatpak, but I feel like I should point out what I found out.

Think both Snaps and Flatpaks need to work together for some level of consistency IMHO