certificate_complete_chain: do not stop execution on unsupported algorithm (#457)

* Do not stop execution on unsupported algorithm.

* Fix typo.
This commit is contained in:
Felix Fontein
2022-05-20 07:22:35 +02:00
committed by GitHub
parent 40cf8ba2ce
commit c49102d688
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "certificate_complete_chain - do not stop execution if an unsupported signature algorithm is encountered; warn instead (https://github.com/ansible-collections/community.crypto/pull/457)."