Initialising Feitian ePass2003 tokens using OpenSC
The ePass2003 range of PKI tokens and smart cards from Feitian can be used with the OpenSC PKCS#11 and PKCS#15 utilities and libraries. This guide explains how to initialise ePass2003 correctly for use with OpenSC.
Steps
Step 1. Erase any existing PKCS#15 structure on the token:
pkcs15-init -E
Step 2. Create the new PKCS#15 structure on the token:
pkcs15-init --create-pkcs15 --profile pkcs15+onepin --use-default-transport-key --pin 12345678 --puk entersafe
The pin and puk can be changed to your preferred values at this step.
That's it! You can now use the token with OpenSC. Please see the related topics for further guides.