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

Signatures using SHA256 #26

Open
jim0020 opened this issue Aug 13, 2016 · 1 comment
Open

Signatures using SHA256 #26

jim0020 opened this issue Aug 13, 2016 · 1 comment

Comments

@jim0020
Copy link

jim0020 commented Aug 13, 2016

I don't see support for doing signatures using SHA256. Any plans for this?

@ciihla
Copy link

ciihla commented Dec 19, 2016

I have created a gist, you can require: https://gist.github.com/ciihla/54a3c335578235bab35f5ed01a541d3f

Simply then call:

require 'akami_patch'
Akami::WSSE::Signature.new(Akami::WSSE::Certs.new(
            :cert_file  => Ruby::EET.config.ssl_cert_file,
            :private_key_file     => Ruby::EET.config.ssl_cert_key_file,
            :private_key_password => Ruby::EET.config.ssl_cert_key_password),
   digest: 'sha256')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants