8000
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 4e4c2e5 commit ced78e1Copy full SHA for ced78e1
lib/async/rspec/ssl.rb
@@ -42,7 +42,7 @@ module HostCertificates
42
::RSpec.shared_context SSL::CertificateAuthority do
43
# This key size is generally considered insecure, but it's fine for testing.
44
let(:certificate_authority_key) {OpenSSL::PKey::RSA.new(1024)}
45
- let(:certificate_authority_name) {OpenSSL::X509::Name.parse("O=Test/CN=localhost")}
+ let(:certificate_authority_name) {OpenSSL::X509::Name.parse("O=TestCA/CN=localhost")}
46
47
# The certificate authority is used for signing and validating the certificate which is used for communciation:
48
let(:certificate_authority) do
0 commit comments