mirror of
https://github.com/inspec/inspec
synced 2025-02-19 23:48:43 +00:00
8 lines
131 B
Ruby
8 lines
131 B
Ruby
if node['platform_family'] != 'windows'
|
|
|
|
openssl_dhparam '/tmp/example.dh_pem' do
|
|
key_length 2048
|
|
generator 2
|
|
end
|
|
|
|
end
|