mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
9 lines
131 B
Ruby
9 lines
131 B
Ruby
|
if node['platform_family'] != 'windows'
|
||
|
|
||
|
openssl_dhparam '/tmp/example.dh_pem' do
|
||
|
key_length 2048
|
||
|
generator 2
|
||
|
end
|
||
|
|
||
|
end
|