> For the complete documentation index, see [llms.txt](https://docs.workflowgen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.workflowgen.com/docker-fr/image-workflowgen/tls-ssl.md).

# TLS / SSL

## Aperçu

Cette section présente différentes manières de configurer une connexion sécurisée (HTTPS) au conteneur WorkflowGen à l'aide d'un certificat. Avec Docker, les conteneurs s'exécutent sur un réseau interne et seuls les ports exposés seront disponibles publiquement. Par conséquent, vous ne pouvez pas configurer une connexion TLS sur un seul conteneur; vous devez le faire pour tous les conteneurs, mais cette méthode n'est pas très évolutive.

## Utilisation d'un conteneur Nginx

Cette méthode utilise le serveur Web Nginx en tant que proxy inverse configuré avec une connexion TLS qui redirigera tout le trafic vers le ou les conteneurs WorkflowGen. Cette méthode peut être appliquée que vous ayez ou non une orchestration.

Consultez les pages suivantes (disponible en anglais uniquement) pour plus d'informations :

* [Let's Encrypt With Docker](https://devsidestory.com/lets-encrypt-with-docker/)
* [Secure services with TLS](https://docs.docker.com/ee/ucp/interlock/usage/tls/)

## Utilisation de Traefik

Traefik est un proxy inverse qui gère le routage, la terminaison TLS et l'équilibrage de charge, entre autres. Il est disponible en tant que conteneur et vous pouvez l'utiliser devant le conteneur WorkflowGen. Pour plus d'informations sur Traefik, consultez [sa page de documentation](https://docs.traefik.io/) (disponible en anglais uniquement).

## Utilisation d'Azure Application Gateway

Dans Azure, vous pouvez utiliser le service Application Gateway pour obtenir une connexion TLS pour les domaines que vous possédez. Consultez l'article Microsoft [Présentation de la terminaison TLS et du chiffrement TLS de bout en bout avec Application Gateway](https://learn.microsoft.com/fr-fr/azure/application-gateway/ssl-overview) pour vous aider à démarrer.

## Kubernetes

Pour plus d'informations et de recommandations sur la gestion TLS / SSL dans Kubernetes, consultez la page [TLS / SSL](/docker-fr/kubernetes/tls-ssl.md) dans la section Kubernetes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.workflowgen.com/docker-fr/image-workflowgen/tls-ssl.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
