Configure HTTPS / TLS

Enable HTTPS on the CAST Imaging front-end web server.

Before you start

Who this is for IT administrator
Role required Local server admin (Windows) or Docker/Kubernetes admin
Prerequisites CAST Imaging installed and running on HTTP; TLS certificate available (PEM format)

Windows installation

[TODO: Steps to configure Nginx (or the embedded web server) to use the TLS certificate; how to reconfigure the front-end service port to 443]

Docker installation

[TODO: Steps to mount the certificate into the Nginx container; update the Compose file to expose port 443]

Redirect HTTP to HTTPS

[TODO: Configuration to redirect all HTTP requests to HTTPS]

Internal service ports

If you also need to change the port used by internal services, see Customize session and port settings.

Next steps