Skip to content
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

Unable to use openssl::certificate::x509 without password #76

Closed
cliff-wakefield opened this issue Sep 27, 2016 · 4 comments
Closed

Unable to use openssl::certificate::x509 without password #76

cliff-wakefield opened this issue Sep 27, 2016 · 4 comments
Labels

Comments

@cliff-wakefield
Copy link

Have been trying to create a new certificate with no passphrase on the private key.

Passing 'password' as undef doesn't work.
Not passing 'password' doesn't work.

It results in the following

Enter PEM pass phrase:

@cliff-wakefield
Copy link
Author

Even in debug mode I can't see how its calling openssl to create the certificate.

@cliff-wakefield
Copy link
Author

Ok if I clean out any previous certs it does work. Seems the existing private key wasn't overwritten, so attempts to create the x509 were still prompting for the password.

@raphink
Copy link
Member

raphink commented Oct 31, 2016

So it was not really a new certificate as initially reported then, but rather modifying an existing certificate to remove its password, right?

@stale
Copy link

stale bot commented Apr 19, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Apr 19, 2021
@stale stale bot closed this as completed Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants