Skip to content

Instantly share code, notes, and snippets.

@supunsandeeptha
Created February 2, 2020 08:49
Show Gist options
  • Save supunsandeeptha/20d5378881736bd4fa1b2a71821d2543 to your computer and use it in GitHub Desktop.
Save supunsandeeptha/20d5378881736bd4fa1b2a71821d2543 to your computer and use it in GitHub Desktop.
name = SoftHSM
library = /usr/local/lib/softhsm/libsofthsm2.so
slot = 1426856870
attributes(generate, *, *) = {
CKA_TOKEN = true
}
attributes(generate, CKO_CERTIFICATE, *) = {
CKA_PRIVATE = false
}
attributes(generate, CKO_PUBLIC_KEY, *) = {
CKA_PRIVATE = false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment