Skip to content

Conversation

deniszhereschinr3
Copy link

The problem is when using Java CertifcateFactory - it accepts either PEM (ascii) or DER (binary) data.
However existing code return hex string for pckcrl and rootcacrl.
Azure plugin returns all certs and crls in pem format.
It would be great if PCCS did the same.
The proposed change also applies to rootcacrlService.js:
crl = derToPem(Buffer.from(crl, 'utf8'));

The problem is when using Java CertifcateFactory - it accepts either PEM (ascii) or DER (binary) data.
However existing code return hex string for pckcrl and rootcacrl.
Azure plugin returns all certs and crls in pem format.
It would be great if PCCS did the same.
The proposed change also applies to rootcacrlService.js:
  crl = derToPem(Buffer.from(crl, 'utf8'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant