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:

  1. 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>"
    }
    
  2. Update the TLS configuration by running the following command:
    sudo /usr/local/bin/cas-manager configure --config-file tls-config.json
    
    This command will update the CAS Manager services automatically, and this will take a few minutes to complete.