mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-17 17:48:27 +00:00
Try to fix CA cert for HTTPS connection tests.
This commit is contained in:
parent
106c3d33d6
commit
c32552cc7f
@ -71,6 +71,9 @@
|
||||
community.crypto.openssl_csr:
|
||||
path: '{{ remote_tmp_dir }}/ca.csr'
|
||||
privatekey_path: '{{ remote_tmp_dir }}/ca.key'
|
||||
subject:
|
||||
commonName: Ansible test CA for Docker HTTPS connection tests
|
||||
useCommonNameForSAN: false
|
||||
basic_constraints:
|
||||
- 'CA:TRUE'
|
||||
basic_constraints_critical: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user