Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
3.7. Performing Post-installation Tasks
After the main Satellite Proxy installation tasks have been completed, the installation program performs a number of additional tasks, such as creating configuration channels, and restarting modified daemons.
- Configure SSL
- The
configure-proxy.sh
program configures SSL, and prompts you to create a Certificate Authority password and confirm it before generating the SSL keys and the public certificate.Example 3.2. Example Generation of CA Key and Public Certificate
Generating CA key and public certificate: CA password: ********* CA password confirmation: *********
Generating CA key and public certificate: CA password: ********* CA password confirmation: *********
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Create Configuration Channel
- The installation program also requests confirmation that you want to create a configuration channel based on the configuration files created while running
configure-proxy.sh.
The installation program creates a Satellite Server configuration channel based on the name of the system (thesysID
) where the Satellite Proxy is installed (in the following example, thesysID
is 1000010000), and collects the varioushttpd,
SSL,
squid,
andjabberd
server files that will comprise the configuration channel for the Satellite Proxy server.An example of this configuration is shown in Example 3.3, “Example of Creating a Configuration Channel”.Example 3.3. Example of Creating a Configuration Channel
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Restart services
- The final step of the installation process is to restart all of the Satellite Proxy-related services. The installation program exits when this step is completed.
Example 3.4. Restarting all Satellite Proxy Server-related Services
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
If all services start successfully, the Satellite Proxy installation has been successful.