Step 3 - TLS SSL Configuration
Prev Next Using SSL Certificates
Steps to Configure HTTPS Access to Glasswall Halo APIs using SSL Certificates
- Copy your
.key
and .crt
files to the home directory of the virtual machine.
- Run the
configure_tls.sh
script 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 Sync API and Portal.
- Add the domain name and IP of the VM to your
hosts
file.
Was this article helpful?