Hello Rob,
I just checked and all certs are being loaded into the temporary nssdb.
nssdb.list_certs() outputs:
==================================================================================================
(('CN=Certificate Authority,O=TESTCA.ETUX', TrustFlags(has_key=False,
trusted=None, ca=None, usages=frozenset([]))), ('CN=pedroperdido.com',
TrustFlags(has_key=False, trusted=None, ca=None, usages=frozenset([]))))
==================================================================================================
but trust_chain = list(reversed(nssdb.get_trust_chain(ca_nickname))) a few
lines down only contains:
=======================================
['CN=Certificate Authority,O=TESTCA.ETUX']
=======================================
_______________________________________________
FreeIPA-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedorahosted.org/archives/list/[email protected]