Listing Key Requests

Listing Key Requests#

This command requires KRA agent authentication. To list key requests:

$ pki -U https://`hostname`:8443 -d /etc/httpd/alias/ -n ipaCert -C /etc/httpd/alias/pwdfile.txt \
 kra-key-request-find

Listing Keys#

This command requires KRA agent authentication. To list keys:

$ pki -U https://`hostname`:8443 -d /etc/httpd/alias/ -n ipaCert -C /etc/httpd/alias/pwdfile.txt \
 kra-key-find

References#