How to make flatpak load system certificates

hi
I Have installed my own certificate on my system, but flatpak apps doesn't load it
how do I make flatpak to load the system certificate?

Have you tried using Flatseal?

I have no idea how to use it

I can only suggest exploring and google searches - I do not know much about it, either.
One thing I can say right off the bat: Flatseal is barred from access to the /usr directory.

1 Like

Most containerized applications don't have access to the system so the application can do no harm.

You may have to place your certificate in your home directory, creating a hidden dir would be the standard (~/.certificates or whatever you want to call it). This will allow containerized applications to see and use them.

You may have to redirect other applications or the system to include them in a custom location.

1 Like