-
Notifications
You must be signed in to change notification settings - Fork 137
PKI User CLI
Endi S. Dewata edited this page Jan 20, 2022
·
3 revisions
Each PKI subsystem (i.e. CA, KRA, OCSP, TKS, TKS) provides a CLI to manage the system users. All commands must be executed as an administrator of the corresponding subsystem. However, the default the admin can authenticate as the administrator of all subsystems. See Importing Admin Certificate into PKI CLI.
In general the commands follow the following format:
$ pki <admin authentication> <subsystem>-user-<command>
For example, in the command below the default admin certificate is used to access TPS users:
$ pki -n caadmin tps-user-find
$ pki -n caadmin ca-user-find ----------------- 3 entries matched ----------------- User ID: CA-pki.example.com-8443 Full name: CA-pki.example.com-8443 User ID: caadmin Full name: caadmin User ID: pkidbuser Full name: pkidbuser ---------------------------- Number of entries returned 3 ----------------------------
$ pki -n caadmin ca-user-show caadmin -------------- User "caadmin" -------------- User ID: caadmin Full name: caadmin Email: caadmin@example.com Type: adminType State: 1
$ pki -n caadmin ca-user-add testuser --fullName "Test User" --------------------- Added user "testuser" --------------------- User ID: testuser Full name: Test User
$ pki -n caadmin ca-user-mod testuser --email testuser@example.com ------------------------ Modified user "testuser" ------------------------ User ID: testuser Full name: Test User Email: testuser@example.com
$ pki -n caadmin ca-user-del testuser ----------------------- Deleted user "testuser" -----------------------
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |