> For the complete documentation index, see [llms.txt](https://docs.scepman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scepman.com/fr/configuration-de-scepman/application-settings-1.md).

# Paramètres de Certificate Master

Cette section décrit des paramètres supplémentaires pour le comportement de Certificate Master. Tous ces paramètres sont facultatifs et nous recommandons de commencer avec les valeurs par défaut.

Les paramètres peuvent être ajoutés ou modifiés manuellement si nécessaire. Certaines modifications peuvent nuire à votre service. Veuillez lire attentivement toutes les informations relatives à un paramètre avant d’effectuer des modifications.

Tous les paramètres décrits ici concernent l’App Service SCEPman Certificate Master, et non le principal App Service SCEPman !

## Configuration Linux

Tous les paramètres existants sont disponibles pour les App Services Windows et Linux.

Lors de la configuration des variables d’environnement pour Linux, les deux-points doivent être remplacés par deux traits de soulignement.&#x20;

Par exemple, un App Service Windows accepte *AppConfig:LicenseKey*, tandis qu’un App Service Linux accepte *AppConfig\_\_LicenseKey.*

## Liste des paramètres

{% content-ref url="/pages/3783683b6f559100155880c50aecc437c6c104ed" %}
[Principes de base](/fr/configuration-de-scepman/application-settings-1/basics.md)
{% endcontent-ref %}

{% content-ref url="/pages/7e5aac055056518e3d39ef06c5b0484f6af04e10" %}
[Microsoft Entra ID (Azure AD)](/fr/configuration-de-scepman/application-settings-1/azure-ad.md)
{% endcontent-ref %}

{% content-ref url="/pages/b9c069289725bbdc3f2b81cb03d47ab394108ba0" %}
[Journalisation](/fr/configuration-de-scepman/application-settings/logging.md)
{% endcontent-ref %}

{% content-ref url="/pages/10863f97a55dabc0fb0753de7be44f348f699bb7" %}
[Plateformes cloud nationales](/fr/configuration-de-scepman/application-settings-1/national-cloud-platforms.md)
{% endcontent-ref %}


---

# 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.scepman.com/fr/configuration-de-scepman/application-settings-1.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.
