-
Notifications
You must be signed in to change notification settings - Fork 137
PKI TPS Token CLI
Endi S. Dewata edited this page Feb 16, 2021
·
1 revision
$ pki -n caadmin tps-token-find ----------------- 2 entries matched ----------------- Token ID: 293EBF0C33CFA80519E1 User ID: testuser Type: userKey Status: FORMATTED Next States: DAMAGED, PERM_LOST, SUSPENDED, TERMINATED Applet ID: 1.4.54de790f Key Info: 0101 Date Created: Tue Feb 02 19:00:00 CET 2016 Token ID: F6C2DDE7BECA015AE426 User ID: testuser Type: userKey Status: ACTIVE Next States: DAMAGED, PERM_LOST, SUSPENDED, TERMINATED Applet ID: 1.4.54de790f Key Info: 0101 Date Created: Tue Feb 02 19:07:36 CET 2016 Date Modified: Tue Feb 02 19:08:13 CET 2016 ---------------------------- Number of entries returned 2 ----------------------------
$ pki -n caadmin tps-token-show F6C2DDE7BECA015AE426 ---------------------------- Token "F6C2DDE7BECA015AE426" ---------------------------- Token ID: F6C2DDE7BECA015AE426 User ID: testuser Type: userKey Status: ACTIVE Next States: DAMAGED, PERM_LOST, SUSPENDED, TERMINATED Applet ID: 1.4.54de790f Key Info: 0101 Date Created: Tue Feb 02 19:07:36 CET 2016 Date Modified: Tue Feb 02 19:08:13 CET 2016
$ pki -n caadmin tps-token-add F6C2DDE7BECA015AE426 --user testuser ---------------------------------- Added token "F6C2DDE7BECA015AE426" ---------------------------------- Token ID: F6C2DDE7BECA015AE426 User ID: testuser Status: UNFORMATTED Date Created: Tue Feb 02 19:07:36 CET 2016
See TPS Client. The TPS format operation changes the token status to FORMATTED
. The TPS enroll operation changes the token status to ACTIVE
.
$ pki -n caadmin tps-token-mod F6C2DDE7BECA015AE426 --user test1 --policy "RE_ENROLL=YES" ---------------------------- Token "F6C2DDE7BECA015AE426" ---------------------------- Token ID: F6C2DDE7BECA015AE426 User ID: test1 Type: userKey Status: ACTIVE Next States: DAMAGED, PERM_LOST, SUSPENDED, TERMINATED Applet ID: 1.4.54de790f Key Info: 0101 Policy: RE_ENROLL=YES Date Created: Tue Feb 02 19:07:36 CET 2016 Date Modified: Tue Feb 02 19:08:13 CET 2016
The status of a token can be changed to one of the states shown in Next States
:
$ pki -n caadmin tps-token-mod F6C2DDE7BECA015AE426 --status SUSPENDED ------------------------------------- Modified token "F6C2DDE7BECA015AE426" ------------------------------------- Token ID: F6C2DDE7BECA015AE426 User ID: testuser Type: userKey Status: SUSPENDED Next States: ACTIVE, PERM_LOST, TERMINATED Applet ID: 1.4.54de790f Key Info: 0101 Date Created: Tue Feb 02 19:07:36 CET 2016 Date Modified: Tue Feb 02 19:10:37 CET 2016
$ pki -n caadmin tps-token-del F6C2DDE7BECA015AE426 ------------------------------------ Deleted token "F6C2DDE7BECA015AE426" ------------------------------------
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |