From 2802ce419cdf3413213823c1b406d9a85bf32a3e Mon Sep 17 00:00:00 2001 From: Zuzana Lena Ansorgova Date: Wed, 2 Oct 2024 14:58:52 +0200 Subject: [PATCH] Add missing step to update RHSM cert --- ...roc_deploying-the-ca-certificate-on-a-host-manually.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guides/common/modules/proc_deploying-the-ca-certificate-on-a-host-manually.adoc b/guides/common/modules/proc_deploying-the-ca-certificate-on-a-host-manually.adoc index fe024d1e649..322847c0288 100644 --- a/guides/common/modules/proc_deploying-the-ca-certificate-on-a-host-manually.adoc +++ b/guides/common/modules/proc_deploying-the-ca-certificate-on-a-host-manually.adoc @@ -17,6 +17,12 @@ You can deploy the CA certificate on the host manually by rendering a public pro include::snip_replace-fqdn-projectserver.adoc[] . Transfer the CA certificate to your host securely, for example by using `scp`. . Login to your host by using SSH. +. Copy the certificate to the Subscription Manager configuration directory: ++ +[options="nowrap" subs="+quotes,verbatim,attributes"] +---- +# cp -u {project-context}_ca_cert.crt /etc/rhsm/ca/katello-server-ca.pem +---- . Copy the certificate to the truststore: ifdef::client-content-dnf[] ifndef::satellite[]