Import server certificate

Hi,

I have a server certificate (not a CA) which I want to import to Fedora’s trust store.
I have tried to put the certificate in PEM format to the path /etc/pki/ca-trust/source/anchors/ and the then run update-ca-trust, the certificate will be added to the system but it is not trusted.

When I run a trust list it is shown as follows:

pkcs11:id=<REDACTED>;type=cert
    type: certificate
    label: rgw.<REDACTED>
    trust: anchor
    category: other-entry

So I think because it’s in the category other-entry.
How can I make the server certificate trusted?

Best regards,
rforberger

I solved it already.
I edited /etc/pki/ca-trust/source/rgw.<REDACTED>.p11-kit and changed certificate-category: other-entry to certificate-category: authority.

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.