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
pem.createCSR({ commonName: 'admin', organization: 'system:masters' }
it generates the csr but when you decode the csr the organization becomes 'system masters'. It ignores : in between
:
The text was updated successfully, but these errors were encountered:
createCSR: allow specialchars-!$%^&*()_+|~=\{}[]:/;<>?,.@#`
-!$%^&*()_+|~=\
24660f8
fixes #232
createCSR: allow specialchars
5c43638
``` -!$%^&*()_+|~=\`{}[]:/;<>?,.@# ``` fixes #232
Will with release of v1.16.0 fixed.
Sorry, something went wrong.
createCSR: allow special chars add note to README.md
2812b3e
45c1b43
77520bb
No branches or pull requests
pem.createCSR({
commonName: 'admin',
organization: 'system:masters'
}
it generates the csr but when you decode the csr the organization becomes 'system masters'. It ignores
:
in betweenThe text was updated successfully, but these errors were encountered: