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 3e6ec43 commit 5e7f847Copy full SHA for 5e7f847
spec/unit/puppet/provider/x509_cert/openssl_spec.rb
@@ -40,7 +40,6 @@
40
'-days', 3650,
41
'-key', '/tmp/foo.key',
42
'-out', '/tmp/foo.crt',
43
- '-extensions', 'v3_req',
44
],
45
{
46
combine: true,
@@ -65,7 +64,6 @@
65
64
66
67
'-passin', 'env:CERTIFICATE_PASSIN',
68
69
70
71
@@ -95,7 +93,6 @@
95
93
'-CAcreateserial',
96
94
'-CA', '/tmp/foo-ca.crt',
97
'-CAkey', '/tmp/foo-ca.key',
98
99
100
101
@@ -126,7 +123,6 @@
126
123
127
124
128
125
129
130
131
132
0 commit comments