Skip to content

Initial Bootstrap

Before you start

Goal

  • Configure the Altair SLC Hub not to use internal TLS for communication.

Prerequisites

  • Additional instructions to the standard install.

Disable the internal Certificate Authority service

Before bootstrapping Altair SLC 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 Altair SLC 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.