acme_certificate - allow to select first certificate in chain. (#102)

This commit is contained in:
Felix Fontein
2020-08-15 21:50:09 +02:00
committed by GitHub
parent e4c12fa4e5
commit 2f59d44f9e
3 changed files with 9 additions and 3 deletions

View File

@@ -251,7 +251,7 @@
# the first chain will be found, and we need a second condition to
# make sure that the first condition actually works. (The second
# condition has been tested above.)
- test_certificates: last
- test_certificates: first
subject_key_identifier: "{{ acme_intermediates[0].subject_key_identifier }}"
- test_certificates: last
issuer: "{{ acme_roots[1].subject }}"