Initial Bootstrap
Before you start¶
Goal
- Configure the hub not to use internal TLS for communication Altair SLC Hub.
Prerequisites
- Additional instructions to the standard install.
Disable the internal Certificate Authority service¶
Before bootstrapping the hub, turn off the CA service by creating the configuration file:
[etc directory]/config.d/casvc_custom.yaml
with the contents:
casvc:
enabled: false
Bootstrap the hub with no TLS¶
hubctl bootstrap --nointernaltls
The hubctl
command will give feedback on the process. On successful completion it will print the message All <n> steps completed successfully
.
Verification¶
Complete Commands
- Ensure all commands complete correctly.