Configuring Custom TLS Certificates
By default, CAS Manager is deployed using self-signed TLS certificates. To configure CAS Manager to use custom TLS certificates follow these steps:
- Create a file called tls-config.json with the following contents:
{ "tls-key-file": "<path to a file containing your TLS certificate key>", "tls-cert-file": "<path to a file containing your TLS certificate>" }
- Update the TLS configuration by running the following command:
This command will update the CAS Manager services automatically, and this will take a few minutes to complete.
sudo /usr/local/bin/cas-manager configure --config-file tls-config.json