Skip to content

Commit

Permalink
Fix test fixture CSR generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Feb 12, 2025
1 parent e732041 commit a2a9af3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion rakelib/test.rake
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ namespace "test" do
def x509_make_csr(cfg, key)
csr = OpenSSL::X509::Request.new
csr.subject = x509_subject(cfg)
csr.version = cfg.fetch("version", 2) # 2 == v3
csr.public_key = key.public_key
csr.sign key, OpenSSL::Digest::SHA256.new
csr
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/em-localhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ subject:
O: EventMachine
OU: Development
CN: localhost
version: 3

ca: eventmachine-ca

Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/eventmachine-ca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ subject:
OU: Development
CN: EventMachine Testing CA
emailAddress: eventmachine@example.com
version: 3

ttl_hours: 24

Expand Down

0 comments on commit a2a9af3

Please sign in to comment.