-
-
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
Creating a CSR for an encrypted key #49
Conversation
Added the ability to specify the password for a private key when creating a CSR.
please use for all passwords the |
Very good point. I'll work on that. |
Strangely, I can't get openssl to break with any input. Seems like
|
Okay, i will try it tomorrow again, perhaps i have make a misstake. |
I finally broke it by having an |
When generating a CSR, changed to using a temporary file for passing the password parameter; this avoids command line escaping issues.
@Dexus: fixed to write to the temporary file using the same pattern as when generating an encrypted private key. |
@DullReferenceException you need to unlink the tempfile see my commend |
Fixed, @Dexus. |
Creating a CSR for an encrypted key
Added the ability to specify the password for a private key when creating a CSR.