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.
I am on bad internet right now, but the link below while intended for somerhing else should have the relevant information:
leon
26 July 2022 13:46
5
Copy your crt file to:
/usr/share/pki/ca-trust-source/anchors/myca.crt
and execute (as root):
update-ca-trust
2 Likes
@leon : great! that worked, my certificate now shows up in the list of trusted certs. thanks a lot!