inspec/test/kitchen/cookbooks/os_prepare/recipes/dh_params.rb
Miah Johnson 97a258ae69 Use a more obvious directory structure for kitchen testing
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-10-16 22:41:03 -07:00

8 lines
131 B
Ruby

if node["platform_family"] != "windows"
openssl_dhparam "/tmp/example.dh_pem" do
key_length 2048
generator 2
end
end