0N/Aname = nss
0N/A
0N/Aslot = 2
0N/A
0N/A#password = test12
0N/A
0N/Alibrary = ${pkcs11test.nss.lib}
0N/A
0N/AnssArgs = "configdir='${pkcs11test.nss.db}' certPrefix='' keyPrefix='' secmod='secmod.db'"
0N/A
0N/Aattributes(import,CKO_PRIVATE_KEY,*) = {
0N/A CKA_SENSITIVE = true
0N/A CKA_EXTRACTABLE = false
0N/A}
0N/A
0N/Aattributes(*,CKO_PRIVATE_KEY,CKK_RSA) = {
0N/A CKA_SENSITIVE = true
0N/A CKA_EXTRACTABLE = false
0N/A# CKA_DECRYPT = true
0N/A CKA_SIGN = true
0N/A# CKA_SIGN_RECOVER = true
0N/A# CKA_UNWRAP = true
0N/A}
0N/A
0N/Aattributes(*,CKO_SECRET_KEY,*) = {
0N/A CKA_TOKEN = false
0N/A CKA_SENSITIVE = true
0N/A CKA_EXTRACTABLE = false
0N/A CKA_ENCRYPT = true
0N/A CKA_DECRYPT = true
0N/A# CKA_WRAP = true
0N/A# CKA_UNWRAP = true
0N/A}