From a83435cd8c74a0a3fcc3b5a028b403f1d95791cb Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 14 Oct 2024 11:31:34 +0200 Subject: [PATCH] use the right CA when talking to pulp --- roles/foreman/templates/katello.yaml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/foreman/templates/katello.yaml.j2 b/roles/foreman/templates/katello.yaml.j2 index 3b02bf4..668d2cf 100644 --- a/roles/foreman/templates/katello.yaml.j2 +++ b/roles/foreman/templates/katello.yaml.j2 @@ -13,3 +13,6 @@ :ssl_cert_file: /etc/foreman/client_cert.pem :ssl_key_file: /etc/foreman/client_key.pem :ssl_ca_file: /etc/foreman/katello-default-ca.crt + + :pulp: + :ca_cert_file: /etc/foreman/katello-default-ca.crt