community.crypto/plugins
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
..
action Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#491) 2022-07-21 07:27:26 +02:00
doc_fragments fix(doc): privatekey_content docs were the same as privatekey_path (#583) 2023-03-21 13:38:54 +01:00
filter Remove unneccessary imports (#569) 2023-02-09 11:57:54 +01:00
module_utils Added support for certificates in DER format for `x509_certificate_info` module (#622) 2023-06-15 12:51:14 +02:00
modules Added support for certificates in DER format for `x509_certificate_info` module (#622) 2023-06-15 12:51:14 +02:00
plugin_utils Fix deprecation handling. (#572) 2023-02-09 15:36:23 +01:00