community.crypto/plugins/module_utils/crypto/module_backends
Felix Fontein c7ef362d7a
openssl_pkcs12: allow to specify certificate bundles in other_certificates (#166)
* Rename identify.py to pem.py.

* Move split PEM list code to pem.py crypto module_utils.

* Extend and use global certificate splitting code in acme_certificate.

* openssl_pkcs12: allow to load multiple certificates from files mentioned in other_certificates.

* Add changelog and module_utils redirect.

* Remove old check.

* Fix typo.

* Apply suggestions from code review

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Add example.

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2021-01-26 10:21:49 +01:00
..
certificate.py Refactor x509_certificate module, add x509_certificate_pipe module (#135) 2020-11-24 17:21:52 +01:00
certificate_acme.py Refactor x509_certificate module, add x509_certificate_pipe module (#135) 2020-11-24 17:21:52 +01:00
certificate_assertonly.py Refactor x509_certificate module, add x509_certificate_pipe module (#135) 2020-11-24 17:21:52 +01:00
certificate_entrust.py Refactor x509_certificate module, add x509_certificate_pipe module (#135) 2020-11-24 17:21:52 +01:00
certificate_ownca.py Refactor x509_certificate module, add x509_certificate_pipe module (#135) 2020-11-24 17:21:52 +01:00
certificate_selfsigned.py Refactor x509_certificate module, add x509_certificate_pipe module (#135) 2020-11-24 17:21:52 +01:00
common.py Refactor openssl_privatekey module, move add openssl_privatekey_pipe module (#119) 2020-10-28 21:52:54 +01:00
csr.py openssl_csr: allow to specify CRL distribution endpoints (#167) 2021-01-26 09:57:40 +01:00
privatekey.py openssl_pkcs12: allow to specify certificate bundles in other_certificates (#166) 2021-01-26 10:21:49 +01:00