We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using node-x509 [1] and your convertCertToPEM function I'm able to get data from the result.certificate buffer, which I was having some trouble with.
convertCertToPEM
result.certificate
Here is an example: if (result.successful) { console.log('certificate', x509.getIssuer(convertCertToPEM(result.certificate)));
if (result.successful) {
console.log('certificate', x509.getIssuer(convertCertToPEM(result.certificate)));
Would you like me to add this to the README?
[1] https://github.com/Southern/node-x509
The text was updated successfully, but these errors were encountered:
Also - it'd be nice to make convertCertToPEM public for this usage.
Sorry, something went wrong.
No branches or pull requests
Using node-x509 [1] and your
convertCertToPEM
function I'm able to get data from theresult.certificate
buffer, which I was having some trouble with.Here is an example:
if (result.successful) {
console.log('certificate', x509.getIssuer(convertCertToPEM(result.certificate)));
Would you like me to add this to the README?
[1] https://github.com/Southern/node-x509
The text was updated successfully, but these errors were encountered: