-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
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
RSA PRIVATE KEY not found from openssl output #346
Comments
Duplicate of #316 |
The same error with |
Closed
A potential replacement for self signed cert generation: https://www.npmjs.com/package/devcert |
I replaced pem with self-cert. |
2 tasks
This should now fixed by release of 1.14.7 https://www.npmjs.com/package/pem/v/1.14.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using a nodejs script to create a self signed cert on a windows 11 machine. Have installed openssl 3.0.5
Have:
invoked pem.createCertificate(certOptions, function(err,cert) {...})
The err.message is:
This works on my mac.
Fails on my windows (and a customers windows box).
Using Node 16.17.0
The text was updated successfully, but these errors were encountered: