Guest User

Untitled

a guest
Dec 13th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {
  2. "Path" : "/opt/nfast/toolkits/pkcs11/libcknfast.so",
  3. "TokenLabel": "rjk",
  4. "Pin" : "password"
  5. }
  6.  
  7. You can also identify the token by serial number, which in this case means the first 16 hex digits of the operator cardset's token hash:
  8.  
  9. {
  10. "Path" : "/opt/nfast/toolkits/pkcs11/libcknfast.so",
  11. "TokenSerial": "1d42780caa22efd5",
  12. "Pin" : "password"
  13. }
Add Comment
Please, Sign In to add comment