TLS-SSL Configuration

Prev Next

Using SSL Certificates

To configure HTTPS access to the Glasswall Halo APIs using SSL certificates, follow the steps outlined below.

  1. Copy your โ€œ.keyโ€ and โ€œ.crtโ€ files to the home directory in the Virtual Machine.

  2. Run the configure_tls.sh script located within the same directory, passing the path to the private key, certificate, and domain name:

bash configure_tls.sh private_key_path certificate_path domain_name 

For example:

bash configure_tls my-key.key my-cert.crt mydomain.com
  1. You will be prompted to overwrite preexisting TLS secrets if they already exist. Enter **y**.

  2. Make sure to add the domain name and IP of the VM in your hosts file.