Skip to content
Draft
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

+
Expand Down