Validate challenges in parallel instead of serially. (#617)

This commit is contained in:
Felix Fontein
2023-06-09 06:04:34 +02:00
committed by GitHub
parent 3a5d9129b2
commit d823382732
3 changed files with 27 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "acme_certificate - validate and wait for challenges in parallel instead handling them one after another (https://github.com/ansible-collections/community.crypto/pull/617)."