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
Many CSRs include an Organization name that includes a comma, such as Facebook, Inc., but currently commas are replaced with a space in this regex:
Facebook, Inc.
https://github.com/andris9/pem/blob/5de4a26d1786fd02892cb823c672ffda49048733/lib/pem.js#L883
The text was updated successfully, but these errors were encountered:
Allow commas in CSR fields
6623fc6
For Organizations like `Facebook, Inc.`. Fixes Dexus#73
Allow commas in CSR fields (#74)
e72a48c
For Organizations like `Facebook, Inc.`. Fixes #73
No branches or pull requests
Many CSRs include an Organization name that includes a comma, such as
Facebook, Inc.
, but currently commas are replaced with a space in this regex:https://github.com/andris9/pem/blob/5de4a26d1786fd02892cb823c672ffda49048733/lib/pem.js#L883
The text was updated successfully, but these errors were encountered: