From 2d388bf8d03f22b5c5b436b19a259fd236d26e2b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 13 Nov 2021 17:59:17 +0100 Subject: [PATCH] This is no longer a problem with the dev version of cryptography. (#335) --- changelogs/fragments/324-acme_certificate-fullchain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/324-acme_certificate-fullchain.yml b/changelogs/fragments/324-acme_certificate-fullchain.yml index 10f5eb36..4f0d4af8 100644 --- a/changelogs/fragments/324-acme_certificate-fullchain.yml +++ b/changelogs/fragments/324-acme_certificate-fullchain.yml @@ -1,2 +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)." + - "acme_certificate - avoid passing multiple certificates to ``cryptography``'s X.509 certificate loader when ``fullchain_dest`` is used (https://github.com/ansible-collections/community.crypto/pull/324)."