From 1f39b0ff2aab6fd3e38ae74fda731e9fc23e986c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 11 Jul 2024 22:35:47 +0200 Subject: [PATCH] Add missing changelog for #784. --- .../fragments/784-get_certificate-get_certificate_chain.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/fragments/784-get_certificate-get_certificate_chain.yml diff --git a/changelogs/fragments/784-get_certificate-get_certificate_chain.yml b/changelogs/fragments/784-get_certificate-get_certificate_chain.yml new file mode 100644 index 00000000..a97db5a6 --- /dev/null +++ b/changelogs/fragments/784-get_certificate-get_certificate_chain.yml @@ -0,0 +1,4 @@ +minor_changes: + - "get_certificate - allow to obtain the certificate chain sent by the server, and the one used for validation, with the new ``get_certificate_chain`` option. + Note that this option only works if the module is run with Python 3.10 or newer + (https://github.com/ansible-collections/community.crypto/issues/568, https://github.com/ansible-collections/community.crypto/pull/784)."