Skip to content

PKI KRA Key Request CLI

Endi S. Dewata edited this page Aug 25, 2021 · 3 revisions

Overview

All key request operations should be executed as KRA agent.

Listing Key Requests

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
----------------------------

Displaying Key Request

To display a key request:

$ pki -n caadmin kra-key-request-show 0x1
  Request ID: 0x1
  Key ID: 0x1
  Type: asymkeyGenRequest
  Status: complete

Handling Key Request

Clone this wiki locally