Skip to content

Commit

Permalink
Reference global registration in certs-generate output
Browse files Browse the repository at this point in the history
Signed-off-by: Eric D. Helms <[email protected]>
  • Loading branch information
ehelms committed Jan 30, 2025
1 parent 907f877 commit 6a7ae94
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions katello_certs/hooks/boot/02-message-helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,11 @@ def proxy_instructions_message(kafo)
To finish the installation, follow these steps:
If you do not have the #{proxy_name} registered to the #{main_instance_name} instance, then please do the following:
1. yum -y localinstall http://#{fqdn}/pub/katello-ca-consumer-latest.noarch.rpm
2. subscription-manager register --org "#{HighLine.color(org, :info)}"
Once this is completed run the steps below to start the #{proxy_name} installation:
1. Ensure that the #{installer_package} package is installed on the system.
2. Copy the following file <%= color("#{certs_tar}", :info) %> to the system <%= color("#{foreman_proxy_fqdn}", :info) %> at the following location <%= color("#{certs_tar_file}", :info) %>
1. Register the #{proxy_name} to the #{main_instance_name} instance.
2. Ensure that the #{installer_package} package is installed on the system.
3. Copy the following file <%= color("#{certs_tar}", :info) %> to the system <%= color("#{foreman_proxy_fqdn}", :info) %> at the following location <%= color("#{certs_tar_file}", :info) %>
scp <%= color("#{certs_tar}", :info) %> root@<%= color("#{foreman_proxy_fqdn}", :info) %>:<%= color("#{certs_tar_file}", :info) %>
3. Run the following commands on the #{proxy_name} (possibly with the customized
4. Run the following commands on the #{proxy_name} (possibly with the customized
parameters, see <%= color("#{installer_command} --scenario #{scenario_name} --help", :info) %> and
documentation for more info on setting up additional services):
Expand Down

0 comments on commit 6a7ae94

Please sign in to comment.