Configure Hub
Before you start¶
Goal
- Complete the configuration of the Altair SLC Hub server with custom certificates.
Prerequisites
Configure the certificate locations¶
On the main Altair SLC Hub server host, create a copy of the internalingress.yaml file called internalingress_custom.yaml, ensure the ownership and permissions are correct and add the following settings depending on whether the certificate has been signed with a Self-Signed Certificate, or by a commercial 3rd Party.
internalingress:
tls:
enabled: true
internalingress:
tls:
enabled: true
rootCaFile:
private: false
path: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
Turn on TLS¶
Now the certificates are installed, activate TLS on the Altair SLC Hub server host with the following command:
hubctl internaltls
Final bootstrap of Altair SLC Hub with skip internal TLS¶
hubctl bootstrap --skipinternaltls
The hubctl command will give feedback on the process. On successful completion it will print the message All <n> steps completed successfully.
Verification¶
The install should complete
- Ensure all commands complete correctly.
- Continue the install process.