Skip to content

Commit

Permalink
extensions option must not be passed unless req_ext is true
Browse files Browse the repository at this point in the history
  • Loading branch information
rtib committed Oct 22, 2024
1 parent 3e6ec43 commit 5e7f847
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/unit/puppet/provider/x509_cert/openssl_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
'-days', 3650,
'-key', '/tmp/foo.key',
'-out', '/tmp/foo.crt',
'-extensions', 'v3_req',
],
{
combine: true,
Expand All @@ -65,7 +64,6 @@
'-key', '/tmp/foo.key',
'-out', '/tmp/foo.crt',
'-passin', 'env:CERTIFICATE_PASSIN',
'-extensions', 'v3_req',
],
{
combine: true,
Expand Down Expand Up @@ -95,7 +93,6 @@
'-CAcreateserial',
'-CA', '/tmp/foo-ca.crt',
'-CAkey', '/tmp/foo-ca.key',
'-extensions', 'v3_req',
],
{
combine: true,
Expand Down Expand Up @@ -126,7 +123,6 @@
'-CA', '/tmp/foo-ca.crt',
'-CAkey', '/tmp/foo-ca.key',
'-passin', 'env:CERTIFICATE_PASSIN',
'-extensions', 'v3_req',
],
{
combine: true,
Expand Down

0 comments on commit 5e7f847

Please sign in to comment.