TLS-SSL Configuration
Follow the steps below to enable TLS and SSL configuration.
Using SSL certificates
To configure HTTPS access to the Glasswall Halo APIs using SSL certificates, complete the steps below.
-
Copy your
.keyand.crtfiles to the home directory of the virtual machine. -
Run the
configure_tls.shscript located in the same directory, passing the paths to the private key and certificate files, along with the 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
-
If prompted to overwrite existing TLS secrets, enter
yto continue. -
Add the virtual machine domain name and IP address to your hosts file.