-
Notifications
You must be signed in to change notification settings - Fork 138
PKI KRA Key Request CLI
Endi S. Dewata edited this page Aug 24, 2021
·
3 revisions
All key request operations should be executed as KRA agent.
To list submitted key requests:
$ pki -n caadmin kra-key-request-find ----------------- 1 entries matched ----------------- Request ID: 0x1 Key ID: 0x1 Type: asymkeyGenRequest Status: complete ---------------------------- Number of entries returned 1 ----------------------------
To display a key request:
$ pki -n caadmin kra-key-request-show 0x1 Request ID: 0x1 Key ID: 0x1 Type: asymkeyGenRequest Status: complete
To approve a key request:
$ pki -n caadmin kra-key-request-review 0x1 --action approve ------ Result ------ Request ID: 0x1 Key ID: 0x1 Type: asymkeyGenRequest Status: complete
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |