Skip to content

Commit 3d1c0a3

Browse files
committed
feat: do not copy OS-TLS-INT
This is not required as the pulp certificate can be verified with just `OS-TLS-INT` as the intermediate is provided by the `Pulp` server. Also the `OS-TLS-INT.pem` includes the private key.
1 parent e42ad31 commit 3d1c0a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

etc/kayobe/ansible/copy-ca-to-hosts.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
mode: "0644"
1414
loop:
1515
- "OS-TLS-ROOT"
16-
- "OS-TLS-INT"
1716

1817
- name: Update CA trust on RedHat family systems
1918
ansible.builtin.command: "update-ca-trust"
@@ -28,7 +27,6 @@
2827
mode: "0644"
2928
loop:
3029
- "OS-TLS-ROOT"
31-
- "OS-TLS-INT"
3230

3331
- name: Update CA trust on Debian family systems
3432
ansible.builtin.command: "update-ca-certificates"

0 commit comments

Comments
 (0)