Match recent Dockerfile change in httptester playbook file, to extend ca cert lifetime (#35734)
This commit is contained in:
parent
904bd34111
commit
e3b6b40d88
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
- name: Generate ca key
|
- name: Generate ca key
|
||||||
command: >
|
command: >
|
||||||
openssl req -new -x509 -nodes -extensions v3_ca -keyout /root/ca/private/cakey.pem -out /root/ca/cacert.pem
|
openssl req -new -x509 -days 3650 -nodes -extensions v3_ca -keyout /root/ca/private/cakey.pem -out /root/ca/cacert.pem
|
||||||
-subj "/C=US/ST=North Carolina/L=Durham/O=Ansible/CN=ansible.http.tests"
|
-subj "/C=US/ST=North Carolina/L=Durham/O=Ansible/CN=ansible.http.tests"
|
||||||
|
|
||||||
- name: Generate ansible.http.tests key
|
- name: Generate ansible.http.tests key
|
||||||
|
|
Loading…
Reference in a new issue