acme_certificate: fix crash when using fullchain_dest (#324)

* Fix crash when using fullchain_dest.

* Adjust changelog.

* Update plugins/module_utils/acme/backend_cryptography.py

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

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
This commit is contained in:
Felix Fontein
2021-11-05 08:51:43 +01:00
committed by GitHub
parent 94634a347d
commit 51b6bb210d
3 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "acme_certificate - avoid passing multiple certificates to ``cryptography``'s X.509 certificate loader when ``fullchain_dest`` is used. Doing so potentially produces an error when cryptography 36.0.0 is used (https://github.com/ansible-collections/community.crypto/pull/324)."