community.crypto/plugins/modules
Felix Fontein c0edfb46bb
openssl_csr_info: move main code to module_utils to allow easier implementation of diff mode (#204)
* Move openssl_csr_info code to module_utils.

* Add changelog fragment.

* Apply suggestions from code review

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
2021-05-13 22:08:28 +02:00
..
acme_account.py acme_* modules: support private key passprases (#207) 2021-03-21 17:53:20 +01:00
acme_account_facts.py Initial commit 2020-03-09 13:11:34 +00:00
acme_account_info.py ACME modules refactor (#187) 2021-03-21 09:40:25 +01:00
acme_certificate.py ACME exception fixes (#217) 2021-04-11 14:44:44 +02:00
acme_certificate_revoke.py ACME exception fixes (#217) 2021-04-11 14:44:44 +02:00
acme_challenge_cert_helper.py acme_* modules: support private key passprases (#207) 2021-03-21 17:53:20 +01:00
acme_inspect.py ACME exception fixes (#217) 2021-04-11 14:44:44 +02:00
certificate_complete_chain.py openssl_pkcs12: allow to specify certificate bundles in other_certificates (#166) 2021-01-26 10:21:49 +01:00
ecs_certificate.py Use fqcn for modules listed in M() and seealso. (#72) 2020-06-17 10:29:18 +02:00
ecs_domain.py Add version_added: 1.0.0 for all new features. (#37) 2020-06-29 15:21:35 +02:00
get_certificate.py Added sever name option to use for SNI (#172) 2021-01-17 12:21:12 +01:00
luks_device.py luks_device: add sector_size option (#193) 2021-03-02 22:02:31 +01:00
openssh_cert.py Correct minor typo in OpenSSH module documentation (#164) 2020-12-31 09:43:04 +01:00
openssh_keypair.py openssh_keypair: Populate return values when keypair exists and check_mode=true (#230) 2021-05-12 16:10:08 +02:00
openssl_certificate.py Rename openssl_certificate* to x509_certificate* (#7) 2020-04-06 14:34:24 +02:00
openssl_certificate_info.py Rename openssl_certificate* to x509_certificate* (#7) 2020-04-06 14:34:24 +02:00
openssl_csr.py openssl_csr: allow to specify CRL distribution endpoints (#167) 2021-01-26 09:57:40 +01:00
openssl_csr_info.py openssl_csr_info: move main code to module_utils to allow easier implementation of diff mode (#204) 2021-05-13 22:08:28 +02:00
openssl_csr_pipe.py Refactor x509_certificate module, add x509_certificate_pipe module (#135) 2020-11-24 17:21:52 +01:00
openssl_dhparam.py Documentation: fix modules formatting (#161) 2020-12-19 17:15:10 +01:00
openssl_pkcs12.py openssl_pkcs12: allow to specify certificate bundles in other_certificates (#166) 2021-01-26 10:21:49 +01:00
openssl_privatekey.py Improve openssl_privatekey docs. (#198) 2021-03-15 08:28:02 +01:00
openssl_privatekey_info.py Documentation: fix modules formatting (#161) 2020-12-19 17:15:10 +01:00
openssl_privatekey_pipe.py Fix example in docs, and make sure to wipe result variable (#140) 2020-11-10 10:47:16 +01:00
openssl_publickey.py Refactor x509_certificate module, add x509_certificate_pipe module (#135) 2020-11-24 17:21:52 +01:00
openssl_signature.py CVE-2020-25646: no_log=True missing for private key content options (#125) 2020-10-13 14:14:05 +02:00
openssl_signature_info.py Documentation: fix modules formatting (#161) 2020-12-19 17:15:10 +01:00
x509_certificate.py Documentation: fix modules formatting (#161) 2020-12-19 17:15:10 +01:00
x509_certificate_info.py Documentation: fix modules formatting (#161) 2020-12-19 17:15:10 +01:00
x509_certificate_pipe.py Documentation: fix modules formatting (#161) 2020-12-19 17:15:10 +01:00
x509_crl.py openssl_pkcs12: allow to specify certificate bundles in other_certificates (#166) 2021-01-26 10:21:49 +01:00
x509_crl_info.py x509_crl_info: move main code to module_utils to allow easier implementation of diff mode (#203) 2021-05-12 23:30:19 +02:00