fidm / x509

Pure JavaScript X509 certificate tools for Node.js
https://fidm.github.io/x509/
MIT License
82 stars 15 forks source link

Is it possible to load a binary DER format cert? #9

Open 75lb opened 4 years ago

75lb commented 4 years ago

Is it possible to load a certificate stored in binary DER format? I see the fromPEM() method but no fromDER() method.

If it's not directly supported, is there a workaround?