mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-18 01:58:13 +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:
|
community.crypto.openssl_csr:
|
||||||
path: '{{ remote_tmp_dir }}/ca.csr'
|
path: '{{ remote_tmp_dir }}/ca.csr'
|
||||||
privatekey_path: '{{ remote_tmp_dir }}/ca.key'
|
privatekey_path: '{{ remote_tmp_dir }}/ca.key'
|
||||||
|
subject:
|
||||||
|
commonName: Ansible test CA for Docker HTTPS connection tests
|
||||||
|
useCommonNameForSAN: false
|
||||||
basic_constraints:
|
basic_constraints:
|
||||||
- 'CA:TRUE'
|
- 'CA:TRUE'
|
||||||
basic_constraints_critical: true
|
basic_constraints_critical: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user