ansible/docs
Andrea Tartaglia 0303ea2bfa openssl_pkcs12: Add idempotency checks (#54633)
* Added idempotency logic to openssl_pkcs12

Also decoupled the 'parse' and 'generate' function from the file write
as they are now used in different places that do not need the file to be
written to disk.

* Added idempotency tests for openssl_pkcs12

Also adds a new test for pkcs12 files with multiple certificates

* Regenerate if parsed file is invalid

* pkcs12_other_certificates check was wrong

* Updated ca_certificates to other_certificates

ca_certificates is left as an alias to other_certificates;
friendlyname depends on private key, so it will be ignored while
checking for idempotency if the pkey is not set;
idempotency check only checks for correct certs in the stack

* use different keys for different certs

* Added other_certificates in module docs

* Added changelog and porting guide

* removed unrelated porting guide entry

* renamed ca_cert* occurrence with other_cert
2019-04-10 11:43:08 +01:00
..
bin Use ansible.module_utils.six in inventory scripts (#55000) 2019-04-09 13:17:59 -04:00
docsite openssl_pkcs12: Add idempotency checks (#54633) 2019-04-10 11:43:08 +01:00
man added docs to CLI docstringsadded 2017-03-24 15:52:36 -04:00
templates add info about relative paths to config page (#51351) 2019-02-21 13:21:28 -06:00