diff --git a/CHANGELOG.md b/CHANGELOG.md index 852e943516e..a15df8d19df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Added missing step for generating proxy configuration (bsc#1249425) - Fixed typo for command options in Reference Guide (bsc#1253174) - Added additional step for client deletion in Client Configuration Guide (bsc#1253249) diff --git a/modules/installation-and-upgrade/partials/snippet-generate_proxy_config.adoc b/modules/installation-and-upgrade/partials/snippet-generate_proxy_config.adoc index cb11b36e855..4f6b3a73d8f 100644 --- a/modules/installation-and-upgrade/partials/snippet-generate_proxy_config.adoc +++ b/modules/installation-and-upgrade/partials/snippet-generate_proxy_config.adoc @@ -111,6 +111,17 @@ _____ . SSH into your Server container host. +. Copy the CA certificate and private key into the server container: + ++ + +---- +mgrctl cp /root/ssl-build/RHN-ORG-TRUSTED-SSL-CERT server:/root/ssl-build/ +mgrctl cp /root/ssl-build/RHN-ORG-PRIVATE-SSL-KEY server:/root/ssl-build/ +---- + ++ + . Execute the following commands, replacing the Server and Proxy FQDN: +