Module to generate Diffie-Hellman parameters (#32620)

* Module to generate Diffie-Hellman parameters

Implements #32577

* Add integration tests for openssl_dhparam

* Slightly refactor check to prevent unnecessary regeneration

* Fix code smell in tests

Highly annoying to have to do this again and again and again as the rules change during the game

* Using module.run_command() and module.atomic_move() from a tempfile.

* Remove underscore variable

Ansible prefers dummy
This commit is contained in:
Thom Wiggers
2018-01-26 09:08:29 +01:00
committed by John R Barker
parent 0db98d7d71
commit e2af5dfae0
4 changed files with 310 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
posix/ci/group1
destructive