community.general/lib/ansible/modules/crypto
Thom Wiggers e2af5dfae0 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
2018-01-26 08:08:29 +00:00
..
__init__.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
openssl_certificate.py Add support for adding the intermediate cert (#35144) 2018-01-21 15:39:22 -05:00
openssl_csr.py Change documentation for path: in openssl_csr to match reality (#35045) 2018-01-18 09:43:05 -05:00
openssl_dhparam.py Module to generate Diffie-Hellman parameters (#32620) 2018-01-26 08:08:29 +00:00
openssl_privatekey.py Fix documentation about mode in openssl_privatekey (#32664) 2017-12-07 04:47:23 -05:00
openssl_publickey.py openssl_publickey: Ensure format OpenSSH is idempotent (#33264) 2017-11-28 14:08:47 +05:30