p11 config
This commit is contained in:
parent
3193403a6c
commit
ea3e2adf52
1 changed files with 33 additions and 0 deletions
|
@ -0,0 +1,33 @@
|
|||
#SafeNet Luna
|
||||
name = Luna
|
||||
library = /usr/safenet/lunaclient/lib/libCryptoki2_64.so
|
||||
description = Luna config
|
||||
slot = 5
|
||||
attributes(*,*,*) = {
|
||||
CKA_TOKEN = true
|
||||
}
|
||||
attributes(*,CKO_SECRET_KEY,*) = {
|
||||
CKA_CLASS=4
|
||||
CKA_PRIVATE= true
|
||||
CKA_KEY_TYPE = 21
|
||||
CKA_SENSITIVE= true
|
||||
CKA_ENCRYPT= true
|
||||
CKA_DECRYPT= true
|
||||
CKA_WRAP= true
|
||||
CKA_UNWRAP= true
|
||||
}
|
||||
attributes(*,CKO_PRIVATE_KEY,*) = {
|
||||
CKA_CLASS=3
|
||||
CKA_LABEL=true
|
||||
CKA_PRIVATE = true
|
||||
CKA_DECRYPT=true
|
||||
CKA_SIGN=true
|
||||
CKA_UNWRAP=true
|
||||
}
|
||||
attributes(*,CKO_PUBLIC_KEY,*) = {
|
||||
CKA_CLASS=2
|
||||
CKA_LABEL=true
|
||||
CKA_ENCRYPT = true
|
||||
CKA_VERIFY=true
|
||||
CKA_WRAP=true
|
||||
}
|
Loading…
Add table
Reference in a new issue