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 192ecdb commit 1d76321Copy full SHA for 1d76321
1 file changed
spec/spec_helper.rb
@@ -111,7 +111,7 @@ def create_root_certificate(key)
111
112
certificate.subject = OpenSSL::X509::Name.new([["CN", common_name]])
113
certificate.issuer = certificate.subject
114
- certificate.public_key = root_key
+ certificate.public_key = key
115
certificate.not_before = Time.now - 1
116
certificate.not_after = Time.now + 60
117
0 commit comments