Adding my own root certificate to sailfish os

Hi,

I would like to add a self created ca certificate as another root authority in sailfish. With debian/ubuntu there are ways to do something like this via update-ca-authority.

I couldn’t find anything similar for sailfish os.

Does anybody have an idea how to do this?

Thanks in advance,
Alexander

you have to remember that update-ca-authority is available only in Debian (.deb) based distro.

SailfishOS is .rpm distro so you should look for tutotial for Fedora for example.

Might this help?;

1 Like

I am on bad internet right now, but the link below while intended for somerhing else should have the relevant information:

Copy your crt file to:

/usr/share/pki/ca-trust-source/anchors/myca.crt

and execute (as root):

update-ca-trust

1 Like

@leon : great! that worked, my certificate now shows up in the list of trusted certs. thanks a lot!