Step 3 - TLS SSL Configuration
Using SSL certificates
Steps to configure HTTPs access to Glasswall Halo APIs using SSL certificates
-
Copy your
.keyand.crtfiles to the home directory of the virtual machine. -
Run the
configure_tls.shscript from the same directory, providing the path to the private key, certificate, and domain name:bash configure_tls.sh private_key_path certificate_path domain_name
Example:
bash configure_tls.sh my-key.key my-cert.crt mydomain.com
-
If prompted to overwrite existing TLS secrets, type
y. -
The script will finish with the message: TLS certificates configured for Synchronous API and Portal.
-
Add the domain name and IP of the VM to your
hostsfile.