Hello, How best do I control what PKCS#11 module containing the default CA certs gets loaded at NSS init? As it stands now, NSS will *automatically* load any PK11 module with names like "nssckbi" or "roots"...What if I want NSS to *only* auto load my custom module with a specific name?
Why not include a parameter in the NSS_Init() function to specify the root ca PK11 file name? -- POC
