community.crypto/plugins/modules
Marcin Słowikowski 9c07a8354e
Added support for certificates in DER format for `x509_certificate_info` module (#622)
* Added support for DER format

* Updated description

* Adjusted description

The content of the certificate cannot be in DER format due to an input encoding problem in the Ansible module, but it works fine when reading the certificate from a file

* Update support.py

* Added der_support_enabled flag for DER-format support

* Added changelog fragment for #603

* Fixed typo

* Fixed missing import

* Resolved issues found by static code analysis

* Update plugins/module_utils/crypto/support.py

Committed suggested change

Co-authored-by: Felix Fontein <felix@fontein.de>

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
2023-06-15 12:51:14 +02:00
..
acme_account.py Document attributes (#526) 2022-11-06 21:10:56 +01:00
acme_account_info.py Improve examples: use FQCNs and always add name: to tasks (#604) 2023-05-15 21:41:18 +02:00
acme_certificate.py Validate challenges in parallel instead of serially. (#617) 2023-06-09 06:04:34 +02:00
acme_certificate_revoke.py Document attributes (#526) 2022-11-06 21:10:56 +01:00
acme_challenge_cert_helper.py Document attributes (#526) 2022-11-06 21:10:56 +01:00
acme_inspect.py Document attributes (#526) 2022-11-06 21:10:56 +01:00
certificate_complete_chain.py Improve examples: use FQCNs and always add name: to tasks (#604) 2023-05-15 21:41:18 +02:00
crypto_info.py Document attributes (#526) 2022-11-06 21:10:56 +01:00
ecs_certificate.py Document attributes (#526) 2022-11-06 21:10:56 +01:00
ecs_domain.py Document attributes (#526) 2022-11-06 21:10:56 +01:00
get_certificate.py Improve examples: use FQCNs and always add name: to tasks (#604) 2023-05-15 21:41:18 +02:00
luks_device.py Document attributes (#526) 2022-11-06 21:10:56 +01:00
openssh_cert.py Document attributes (#526) 2022-11-06 21:10:56 +01:00
openssh_keypair.py More bools. (#580) 2023-03-06 23:04:27 +01:00
openssl_csr.py openssl_csr: fix bad tests, avoid accepting invalid crl_distribution_points records (#560) 2023-01-02 14:52:59 +00:00
openssl_csr_info.py Improve examples: use FQCNs and always add name: to tasks (#604) 2023-05-15 21:41:18 +02:00
openssl_csr_pipe.py Improve examples: use FQCNs and always add name: to tasks (#604) 2023-05-15 21:41:18 +02:00
openssl_dhparam.py Document attributes (#526) 2022-11-06 21:10:56 +01:00
openssl_pkcs12.py Document attributes (#526) 2022-11-06 21:10:56 +01:00
openssl_privatekey.py openssl_privatekey: fix example for cipher (#527) 2022-11-10 20:25:56 +01:00
openssl_privatekey_convert.py Document attributes (#526) 2022-11-06 21:10:56 +01:00
openssl_privatekey_info.py Add openssl_privatekey_info filter (#555) 2022-12-31 17:45:45 +01:00
openssl_privatekey_pipe.py Fix example. (#620) 2023-06-09 07:30:35 +02:00
openssl_publickey.py Be more precise about which private keys are supported in openssl_publickey. (#532) 2022-11-27 18:13:59 +01:00
openssl_publickey_info.py Add openssl_publickey_info filter. (#556) 2022-12-31 07:56:54 +01:00
openssl_signature.py Improve examples: use FQCNs and always add name: to tasks (#604) 2023-05-15 21:41:18 +02:00
openssl_signature_info.py Improve examples: use FQCNs and always add name: to tasks (#604) 2023-05-15 21:41:18 +02:00
x509_certificate.py Improve examples: use FQCNs and always add name: to tasks (#604) 2023-05-15 21:41:18 +02:00
x509_certificate_info.py Added support for certificates in DER format for `x509_certificate_info` module (#622) 2023-06-15 12:51:14 +02:00
x509_certificate_pipe.py Document attributes (#526) 2022-11-06 21:10:56 +01:00
x509_crl.py x509_crl: prepare releasing the mode option for AnsibleModule's use (#596) 2023-04-29 20:54:24 +02:00
x509_crl_info.py Add x509_crl_info filter (#558) 2022-12-31 07:56:34 +01:00