We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a940f1 commit 41463bcCopy full SHA for 41463bc
spec/examples/google_spec.rb
@@ -59,7 +59,7 @@
59
rescue OpenSSL::PKCS12::PKCS12Error
60
# JRuby CI builds are blowing up trying to extract a sample key for some reason. This simulates the end result
61
# of actually figuring out the problem.
62
- OpenSSL::PKey::RSA.new(1024)
+ OpenSSL::PKey::RSA.new(2048)
63
end
64
65
# Per Google:
0 commit comments