diff options
author | Matthieu Saulnier <fantom@fedoraproject.org> | 2021-05-14 19:56:28 +0200 |
---|---|---|
committer | Matthieu Saulnier <fantom@fedoraproject.org> | 2021-05-14 19:56:28 +0200 |
commit | 26f44e115174a261a1ff8b42e9748518b7dd9f78 (patch) | |
tree | abd64954a05d0db53e61534ffc7a5407938394fd /roles/proxy | |
parent | 73af8186c643eb23bf19a7942694fc571a9adfc5 (diff) | |
download | playbooks-ansible-26f44e115174a261a1ff8b42e9748518b7dd9f78.tar.gz playbooks-ansible-26f44e115174a261a1ff8b42e9748518b7dd9f78.tar.xz playbooks-ansible-26f44e115174a261a1ff8b42e9748518b7dd9f78.zip |
Fix path of the local root CA used for network services
Diffstat (limited to 'roles/proxy')
-rw-r--r-- | roles/proxy/tasks/crt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/proxy/tasks/crt.yml b/roles/proxy/tasks/crt.yml index 61071d3..03d6767 100644 --- a/roles/proxy/tasks/crt.yml +++ b/roles/proxy/tasks/crt.yml @@ -32,7 +32,7 @@ # distant. # essayer de faire passer en args une variable pour basedomain - name: Mise à jour du fichier fullchain.pem - shell: cat /etc/pki/tls/certs/casperlefantom.net.squid.crt /etc/pki/ca-trust/source/anchors/root.pem > /etc/pki/tls/certs/casperlefantom.net.squid.fullchain.crt + shell: cat /etc/pki/tls/certs/casperlefantom.net.squid.crt /etc/pki/tls/certs/mon-ca.crt > /etc/pki/tls/certs/casperlefantom.net.squid.fullchain.crt args: executable: /usr/bin/zsh tags: keys |