I'm calling CERT_GetCertNicknames(CERT_GetDefaultCertDB(), SEC_CERT_NICKNAMES_CA, NULL) but the nicknames for my CA certs are not returned. The CA certs reside on a PKCS#11 module which should be automatically loaded after initialization, or do I need to explicitly load the module?
-- POC
