WorkflowGen Documentation
7.14 to 7.22
7.14 to 7.22
  • WorkflowGen for Docker
  • Getting Started
  • Main Architecture Description
  • SQL Server Hosting Options
  • Business Continuity & Disaster Recovery
  • Log Gathering & Application Metrics
  • Update Management
  • Custom Domain Names
  • WorkflowGen Image
    • Recommended Architectures
    • Configuration
    • File Management
    • Custom Image
    • TLS/SSL
  • WorkflowGen Database Image
  • Configuration
  • File Management
  • Custom Image
  • WorkflowGen Upgrade Image
    • Usage
    • Configuration
  • Kubernetes
    • Getting Started
    • TLS/SSL
    • Cluster Management Tools
    • WorkflowGen Helm Chart
    • Multitenancy
Powered by GitBook
On this page
  • Overview
  • Use an Nginx container
  • Use Traefik
  • Use Azure Application Gateway
  • Kubernetes
Export as PDF
  1. WorkflowGen Image

TLS/SSL

PreviousCustom ImageNextConfiguration

Last updated 4 years ago

Overview

This section presents ways to configure a secure connection (HTTPS) to the WorkflowGen container using a certificate. With Docker, containers run on an internal network, and only exposed ports will be available publicly. Therefore, you can't set up a TLS connection on one container only; you have to do it for all the containers, but this method doesn't scale well.

Use an Nginx container

This method uses the Nginx web server as a reverse proxy configured with a TLS connection that will redirect all traffic to the WorkflowGen container(s). This method can be applied regardless of whether you have orchestration or not.

See the following pages for more information:

Use Traefik

Traefik is a reverse proxy that handles routing, TLS termination, and load balancing, among other things. It's available as a container and you can use it in front of the WorkflowGen container. For more information about Traefik, see .

Use Azure Application Gateway

In Azure, you can use the Application Gateway service in order to get a TLS connection for domains that you own. See the Microsoft article to get you started.

Kubernetes

For more information and recommendations about TLS/SSL handling in Kubernetes, see the page in the Kubernetes section.

Let's Encrypt With Docker
Secure services with TLS
its documentation page
Overview of TLS termination and end to end TLS with Application Gateway
TLS/SSL