第1章 Accessing Red Hat Satellite
After Red Hat Satellite has been installed and configured, use the web user interface to log in to Satellite for further configuration.
1.1. Installing the Katello Root CA Certificate リンクのコピーリンクがクリップボードにコピーされました!
The first time you log on to Satellite, you might see a warning informing you that you are using the default self-signed certificate and you might not be able to connect this browser to Satellite until the root CA certificate is installed in the browser. Use the following procedure to locate the root CA certificate on Satellite and to install it in your browser.
Prerequisites
Your Red Hat Satellite is installed and configured.
Procedure
Identify the fully qualified domain name of your Satellite Server:
hostname -f
# hostname -f
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Access the
pub
directory on your Satellite Server using a web browser pointed to the fully qualified domain name:https://satellite.example.com/pub
https://satellite.example.com/pub
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - When you access Satellite for the first time, an untrusted connection warning displays in your web browser. Accept the self-signed certificate and add the Satellite URL as a security exception to override the settings. This procedure might differ depending on the browser being used. Ensure that the Satellite URL is valid before you accept the security exception.
-
Select
katello-server-ca.crt
. - Import the certificate into your browser as a certificate authority and trust it to identify websites.
Importing the Katello Root CA Certificate Manually
If you cannot add a security exception in your browser, import the Katello root CA certificate manually.
From the Satellite CLI, copy the
katello-server-ca.crt
file to the machine you use to access the web UI:scp /var/www/html/pub/katello-server-ca.crt \ username@hostname:remotefile
# scp /var/www/html/pub/katello-server-ca.crt \ username@hostname:remotefile
Copy to Clipboard Copied! Toggle word wrap Toggle overflow -
In the browser, import the
katello-server-ca.crt
certificate as a certificate authority and trust it to identify websites.