#1063 Incorrect delimiters for transport certificate.
Closed: Fixed Opened by edewata.

The transport certificate is currently delimited with CSR header and footer instead of certificate delimiters:

CertData.java:

public static final String HEADER = "-----BEGIN NEW CERTIFICATE REQUEST-----";
public static final String FOOTER = "-----END NEW CERTIFICATE REQUEST-----";

pki.py:

CERT_HEADER = "-----BEGIN NEW CERTIFICATE REQUEST-----"
CERT_FOOTER = "-----END NEW CERTIFICATE REQUEST-----"

The correct delimiters should be:

-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----

Proposed milestone: 10.2 (July)


master: fdc9f763cbb9733cc671e23034bd719df4a14247

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

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