> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/fr/knowledge-base/how-to-articles/configure-ssl.md).

# Configurer SSL

Veuillez effectuer ces étapes uniquement après avoir configuré l'instance de Devolutions Server et vous être effectivement connecté via une application cliente. Effectuer ces étapes dès le départ peut ajouter une couche de complexité susceptible de vous empêcher de réussir la configuration initiale.

### Importer un certificat ou créer un certificat auto-signé

1. Sélectionnez le nœud de serveur dans l'arborescence et double-cliquez sur la fonctionnalité ***Server Certificates*** dans la ***List View*** :

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4391.png" alt=""><figcaption></figcaption></figure>
2. Cliquez sur ***Import...*** dans le volet ***Actions***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4392.png" alt=""><figcaption></figcaption></figure>

### Créer une liaison SSL

1. Sélectionnez le site web dans l'arborescence. Cliquez sur ***Bindings...*** dans le volet ***Actions***. Cela ouvre l'éditeur de liaisons qui vous permet de créer, modifier et supprimer des liaisons pour votre site web.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4393.png" alt=""><figcaption></figcaption></figure>
2. Cliquez sur ***Add...*** pour ajouter votre nouvelle liaison SSL au site.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4394.png" alt=""><figcaption></figcaption></figure>
3. Sélectionnez ***https*** dans la liste déroulante ***Type***. Sélectionnez le certificat que vous avez importé ou créé dans la liste déroulante ***SSL Certificate***, puis cliquez sur ***OK***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4395.png" alt=""><figcaption></figcaption></figure>
4. Vous disposez maintenant d'une nouvelle liaison ***SSL*** sur votre site.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4396.png" alt=""><figcaption></figcaption></figure>

### Modifier la configuration de Devolutions Server

1. Depuis la console Devolutions Server, modifiez l'instance de Devolutions Server.
2. Accédez à l'onglet IIS et décochez l'option ***Disable HTTPS***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS6011_2025_1.png" alt=""><figcaption></figcaption></figure>
3. Enregistrez la modification avec le bouton ***Enregistrer***.

### Configurer les paramètres SSL dans les applications clientes

1. Modifiez l'espace de travail Devolutions Server.
2. Changez l'URL du serveur pour utiliser le protocole ***https\://***.

#### Voir aussi

* [Devolutions Academy - Installing Devolutions Server](https://academy.devolutions.net/student/page/2942307-installing-devolutions-server?curriculum_activity_id=4493546\&path_id=2942210\&sid=1f0658ca-fdf5-4f74-a93f-a6a4b8853c09\&sid_i=0)


---

# 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:

```
GET https://docs.devolutions.net/server/fr/knowledge-base/how-to-articles/configure-ssl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
