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
- 
        Erase any existing PKCS#15 structure on the token: pkcs15‑init ‑E
- 
        Create the new PKCS#15 structure on the token: pkcs15‑init ‑‑create‑pkcs15 ‑‑profile pkcs15+onepin ‑‑use‑default‑transport‑key ‑‑pin 12345678 ‑‑puk entersafeThe PIN and PUK can be changed to your preferred values at this step. 
- 
        That's it! You can now use the token with OpenSC. See the related topics below for further guides.