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

Add option for ssl_cert_key_password #372

Merged
merged 4 commits into from
Jan 25, 2013
Merged

Add option for ssl_cert_key_password #372

merged 4 commits into from
Jan 25, 2013

Conversation

thefooj
Copy link
Contributor

@thefooj thefooj commented Jan 23, 2013

Enables specifying an SSL cert key password to decrypt an encrypted private key .pem file. When doing SSL certificate-based authentication, we are currently able to set :ssl_cert_key_file, :ssl_cert_file, :ssl_ca_cert_file. This pull request allows an additional :ssl_cert_key_password global setting. This is passed to httpi/net-http cert_key_password= in configuring SSL authentication.

@rubiii
Copy link
Contributor

rubiii commented Jan 25, 2013

thank you very much @thefooj. could you please add an option spec for this?

@thefooj
Copy link
Contributor Author

thefooj commented Jan 25, 2013

you're welcome @rubiii. Thanks for all you work on savonrb. Added the options spec and also some more on testing that the ssl decrypting works. Let me know if you need anything else

@rubiii
Copy link
Contributor

rubiii commented Jan 25, 2013

excellent specs 👍 thanks again!

rubiii added a commit that referenced this pull request Jan 25, 2013
Add option for ssl_cert_key_password
@rubiii rubiii merged commit 48f3741 into savonrb:master Jan 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants