mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-18 01:58:13 +00:00
Try to fix leaf certificate.
This commit is contained in:
parent
c32552cc7f
commit
6d88064c92
@ -91,6 +91,7 @@
|
|||||||
privatekey_path: '{{ remote_tmp_dir }}/cert.key'
|
privatekey_path: '{{ remote_tmp_dir }}/cert.key'
|
||||||
subject_alt_name:
|
subject_alt_name:
|
||||||
- DNS:daemon-tls.ansible.com
|
- DNS:daemon-tls.ansible.com
|
||||||
|
subject_alt_name_critical: true
|
||||||
|
|
||||||
- name: Create frontend certificate
|
- name: Create frontend certificate
|
||||||
community.crypto.x509_certificate:
|
community.crypto.x509_certificate:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user