lib/async/rspec/ssl.rb in async-rspec-1.14.0 vs lib/async/rspec/ssl.rb in async-rspec-1.15.0
- old
+ new
@@ -40,10 +40,10 @@
end
::RSpec.shared_context SSL::CertificateAuthority do
# This key size is generally considered insecure, but it's fine for testing.
let(:certificate_authority_key) {OpenSSL::PKey::RSA.new(1024)}
- let(:certificate_authority_name) {OpenSSL::X509::Name.parse("O=Test/CN=localhost")}
+ let(:certificate_authority_name) {OpenSSL::X509::Name.parse("O=TestCA/CN=localhost")}
# The certificate authority is used for signing and validating the certificate which is used for communciation:
let(:certificate_authority) do
certificate = OpenSSL::X509::Certificate.new