Ce contenu n'est pas disponible dans la langue sélectionnée.
3.6. Running the Red Hat Satellite Proxy Installation Script
Important
/root/ssl-build
directory:
mkdir /root/ssl-build
[root@satproxy ~]# mkdir /root/ssl-build
scp 'root@satellite.example.com:/root/ssl-build/{RHN-ORG-PRIVATE-SSL-KEY,RHN-ORG-TRUSTED-SSL-CERT,rhn-ca-openssl.cnf}' /root/ssl-build
[root@satproxy ~]# scp 'root@satellite.example.com:/root/ssl-build/{RHN-ORG-PRIVATE-SSL-KEY,RHN-ORG-TRUSTED-SSL-CERT,rhn-ca-openssl.cnf}' /root/ssl-build
--force-own-ca
option when you run the installation script.
configure-proxy.sh
# configure-proxy.sh
Note
--non-interactive
option with the installation script if you want to use default answers without any user interaction.
The installation script requests details about the Satellite Proxy installation specific to the machine where you are performing the installation.
- RHN Parent
- The Satellite Server domain name or address of the system that serves content to the Satellite Proxy.
- CA Chain
- Press Enter to use the default path for the Certificate Authority (CA) Chain.If the Satellite Proxy is communicating with Red Hat Satellite, then this value is usually
/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT
. Otherwise, custom SSL certificates must be located in the/usr/share/rhn/
directory. - Satellite Proxy version to activate
- Request for confirmation of the version of Satellite Proxy to install.
- HTTP Proxy
- If the Satellite Proxy server connects through an HTTP proxy, enter the proxy host name and port number, for example, corporate.proxy.example.com:3128
- Traceback email
- A comma-separated list of email addresses to which error-related traceback messages are sent, usually the email of the Satellite Proxy administrator.
- Use SSL
- Press Enter or type
y
to configure the Satellite Proxy to use SSL. - SSL Certificate
- Enter the details necessary to generate a valid SSL server certificate. Example 3.1, “Example Generation of an SSL Certificate” demonstrates generating such a certificate.
Example 3.1. Example Generation of an SSL Certificate
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Y
at each prompt.