1
2name = NSSKeyStore
3
4nssSecmodDirectory = ${pkcs11test.nss.db}
5
6nssLibraryDirectory = ${pkcs11test.nss.libdir}
7
8nssModule = fips
9
10# NSS needs CKA_NETSCAPE_DB for DSA and DH private keys
11# just put an arbitrary value in there to make it happy
12
13attributes(*,CKO_PRIVATE_KEY,CKK_DSA) = {
14  CKA_NETSCAPE_DB = 0h00
15}
16
17attributes(*,CKO_PRIVATE_KEY,CKK_DH) = {
18  CKA_NETSCAPE_DB = 0h00
19}
20