#1379 Unnecessary transport cert retrieval in key CLI
Closed: migrated by dmoluguw. Opened by edewata.

Currently all key CLI operations will retrieve the transport certificate although not all operations needs it (e.g. key-show). This is caused by the following code in KeyCLI.execute():

String transportCert = systemCertClient.getTransportCert().getEncoded();
transportCert = transportCert.substring(CertData.HEADER.length(),
    transportCert.indexOf(CertData.FOOTER));
keyClient.setTransportCert(transportCert);

The code should be changed to retrieve the transport certificate only if it's needed.

Proposed milestone: 10.3


Metadata Update from @edewata:
- 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/1940

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 Update from @dmoluguw:
- Issue close_status updated to: migrated
- Issue status updated to: Closed (was: Open)

Metadata