How parse a Certificate Signing Request (CSR) file with Javascript to get the subject?
I read a Certificate Signing Request in X.509 format. I have tried to parse it with the class X509Certificate from NodeJS 'crypto' library. The input format is a string -----BEGIN CERTIFICATE REQUEST----- MII.... -----END CERTIFICATE REQUEST----- I want to get…