Try to fix CA cert for HTTPS connection tests.

This commit is contained in:
Felix Fontein 2025-04-11 13:41:29 +02:00
parent 106c3d33d6
commit c32552cc7f

View File

@ -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