From: Johannes R. <joh...@sw...> - 2016-04-26 07:59:02
|
Hi all, I am trying to write a private key to a smart card, but I am always getting an error: jor@jorVirtualUbuntu1404:/mnt/Projects/TestOpenSC$ pkcs11-tool -y privkey -l -w private.der Using slot 0 with a present token (0x0) Logging in to "JavaCard isoApplet (User PIN)". Please enter User PIN: error: PKCS11 function C_CreateObject failed: rv = CKR_GENERAL_ERROR (0x5) Aborting. jor@jorVirtualUbuntu1404:/mnt/Projects/TestOpenSC$ opensc-tool -i OpenSC 0.15.0 [gcc 4.8.4] Enabled features: locking zlib readline openssl pcsc(libpcsclite.so.1) Any ideas? Regards Johannes |