Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down