Using SSL Certificates
To configure HTTPS access to the Glasswall Halo APIs using SSL certificates, follow the steps outlined below.
-
Copy your โ.keyโ and โ.crtโ files to the home directory in the Virtual Machine.
-
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
-
You will be prompted to overwrite preexisting TLS secrets if they already exist. Enter
**y**
. -
Make sure to add the domain name and IP of the VM in your hosts file.