mirror of
https://github.com/inspec/inspec
synced 2025-03-08 09:17:31 +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
|