Step 3 - TLS SSL Configuration
    • PDF

    Step 3 - TLS SSL Configuration

    • PDF

    Article summary

    Using SSL Certificates

    Steps to Configure HTTPS Access to Glasswall Halo APIs using SSL Certificates

    1. Copy your .key and .crt files to the home directory of the virtual machine.
    2. 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  
      
    3. If prompted to overwrite existing TLS secrets, type y.
    4. The script will finish with the message: TLS certificates configured for Sync API and Portal.
    5. Add the domain name and IP of the VM to your hosts file.


    Proceed to Step 4


    Was this article helpful?