Currently when approving the request using pki cert-request-review, currently it displays the request is approved, Can we add to display serial Number of the approved request also, Currently to know Serial Number of certificate request, we have to run another pki cert-request-show command , it would be easier if it's one step process
Example:
[root@pkiserver1 setup]# pki -d /opt/rhqa_pki/certs_db -c redhat123 -n "PKI Administrator for example.org" cert-request-review 42 --file cert.out
Retrieved certificate request 42
Request ID: 42 Profile: Manual User Dual-Use Certificate Enrollment Type: enrollment Status: pending Filename: cert.out
Action (approve/reject/cancel/update/validate/assign/unassign): approve
Approved certificate request 42
As shown above the request is approved , to know the serial Number of the approved request we have use pki-cert-show.
[root@pkiserver1 setup]# pki -d /opt/rhqa_pki/certs_db -c redhat123 -n "PKI Administrator for example.org" cert-request-show 42
Certificate request "42"
Request ID: 42 Type: enrollment Request Status: complete Operation Result: success Certificate ID: 0x23
[06/04/2014] - Moving to Milestone 10.3 due to schedule restrictions.
Metadata Update from @mrniranjan: - Issue set to the milestone: UNTRIAGED
Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.
This issue has been cloned to GitHub and is available here: https://github.com/dogtagpki/pki/issues/1418
If you want to receive further updates on the issue, please navigate to the GitHub issue and click on Subscribe button.
Subscribe
Thank you for understanding, and we apologize for any inconvenience.
Metadata Update from @dmoluguw: - Issue close_status updated to: migrated - Issue status updated to: Closed (was: Open)