Collapse AllExpand All

10.48.4. Generation (Example) Previous topic Parent topic Child topic Next topic

Enabling the SmartCard Feature in the System

CHA-FEASU:TYPE=A,CM=SMARTCRD;

If the DP Application SCAA (here applno=61) Already Exists:

To add a SmartCard Access Application link, enter:
CHA-XAPPL:CTYPE=APPL,APPLNO=61,SECAPPL=111;

If the DP Application SCAA Does Not Yet Exist

To configure a DP application and SmartCard Access Application link, enter (in the case of dpappl, you must specify the application name used in the AMO CPTP - here, for example, "SCAA"):
ADD-XAPPL:APPLNO=61,DPAPPL="SCAA",
NAME="APPLICATION22",SECAPPL=111;
INFO:
You can use the parameter secappl to configure up to 20 SmartCard Access Application links.

If the Station Already Exists:

  • To configure the signature module (SmartCard Reader) afterwards at the station, enter:
    CHA-SBCSU:STNO=3456,IDCR=Y;
    
  • To assign a SmartCard Access Application link to the station, enter:
    CHA-SBCSU:STNO=3456,SECAPPL=111;
    
  • To set "Mobile User Activation over SCAA/AMU" at the station, enter:
    CHA-SBCSU:STNO=3456,APMOBUSR=Y;
    
  • or to combine all steps:
    CHA-SBCSU:STNO=3456,IDCR=Y,APMOBUSR=Y,SECAPPL=111;
    

If a Station Does Not Yet Exist:

ADD-SBCSU:STNO=3456,OPT=OPTI,...,IDCR=Y,APMOBUSR=Y,
SECAPPL=111;