#1148 Add client-cert-request command
Closed: Fixed Opened by edewata.

Currently requesting a user certificate for client certificate authentication requires multiple manual steps (http://pki.fedoraproject.org/wiki/User_Certificate#Request_User_Certificate) which are not very user-friendly:

  • generate CSR using PKCS10Client
  • get the request template using pki ca-cert-request-profile-show
  • edit the template to populate it with the request data
  • submit the request using pki ca-cert-request-submit

These steps can be combined into a single simple command (http://pki.fedoraproject.org/wiki/User_Certificate#Request_User_Certificate_2):

  • pki -c client-cert-request

This command will handle most common cases. Other cases can still be handled using the manual steps above.

Proposed milestone: 10.2.1


master: 044b773b2c3b3f9fa1d7d1d44c2597019f0d681a

Metadata Update from @edewata:
- Issue assigned to edewata
- Issue set to the milestone: 10.2.1

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

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Metadata