#1065 Incomplete transport cert data
Closed: Fixed Opened by edewata.

The transport certificate data returned by KRA contains only the encoded certificate binary data. It's missing the unencoded certificate attributes (e.g. serial number, issuer DN, subject DN). These attributes should be returned so clients can view the cert details without having to parse the certificate binary data.

This can be verified via REST:

  • transport cert: https://localhost:8443/kra/rest/config/cert/transport
  • other cert: https://localhost:8443/ca/rest/certs/1

The problem is caused by PKIService.createCertificateData() not populating all fields in CertData. As a comparison, the CertService.getCert() does populate all fields.

Proposed milestone: 10.2 July


master: 8f3c7807a2efc4d2699f36795cb9685bf4203c38

Metadata Update from @edewata:
- Issue assigned to edewata
- Issue set to the milestone: 10.2 - 07/14 (July)

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

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