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 9230d0b commit 3e6ec43Copy full SHA for 3e6ec43
lib/puppet/provider/x509_cert/openssl.rb
@@ -98,7 +98,7 @@ def create
98
options += ['-passin', 'env:CERTIFICATE_PASSIN']
99
env['CERTIFICATE_PASSIN'] = password
100
end
101
- options += ['-extensions', 'v3_req'] if resource[:req_ext] != :false
+ options += ['-extensions', 'v3_req'] if resource[:req_ext]
102
103
# openssl(options) doesn't work because it's impossible to pass an env
104
# https://github.com/puppetlabs/puppet/issues/9493
0 commit comments