File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7272 copy :
7373 content : |
7474 {{ intermediate_ca_csr_signed.data.certificate }}
75- dest : " {{ vault_pki_certificates_directory }}/{{ vault_pki_intermediate_ca_name | replace(' ', '-') }}.pem "
75+ dest : " {{ vault_pki_certificates_directory }}/{{ vault_pki_intermediate_ca_name | replace(' ', '-') }}.crt "
7676 mode : 0600
7777 delegate_to : " {{ vault_pki_write_certificates_host }}"
7878 when :
Original file line number Diff line number Diff line change 9898 - OS-CERT-TEST2.pem
9999
100100 - name : concatenate CAs
101- shell : |
102- cat /tmp/OS-TLS-ROOT.pem /tmp/OS-TLS-INT.pem > /tmp/CA-CHAIN.pem
101+ shell : |
102+ cat /tmp/OS-TLS-ROOT.pem /tmp/OS-TLS-INT.crt > /tmp/CA-CHAIN.pem
103103 args :
104104 executable : /bin/bash
105105 become : true
106106
107107 - name : verify certificate chain
108- command : |
108+ command : |
109109 openssl verify -CAfile /tmp/CA-CHAIN.pem
110110 /tmp/{{ item }}
111111 register : verify_result
You can’t perform that action at this time.
0 commit comments