PeculiarVentures / x509

@peculiar/x509 is an easy to use TypeScript/Javascript library based on @peculiar/asn1-schema that makes generating X.509 Certificates and Certificate Requests as well as validating certificate chains easy
https://peculiarventures.github.io/x509/
MIT License
86 stars 14 forks source link

PEM converter should allow DOS line endings #72

Open gjasny opened 6 months ago

gjasny commented 6 months ago

Hello,

I have a PEM file with DOS/Windows line endings that is rejected by the PEM Converter. Could you please consider accepting \r\n line endings as well?

Thanks, Gregor