> 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/es/configuracion-de-scepman/application-settings-1.md).

# Configuración de Certificate Master

Esta sección describe configuraciones adicionales para el comportamiento de Certificate Master. Todas estas configuraciones son opcionales y recomendamos empezar con los valores predeterminados.

Las configuraciones se pueden agregar o cambiar manualmente si es necesario. Algunos cambios pueden afectar negativamente a su servicio. Lea atentamente toda la información sobre una configuración antes de realizar cualquier cambio.

Todas las configuraciones descritas aquí son para el SCEPman Certificate Master App Service, ¡no para el App Service principal de SCEPman!

## Configuración de Linux

Todas las configuraciones existentes están disponibles para los App Services de Windows y Linux.

Al configurar Variables de entorno para Linux, los dos puntos deben reemplazarse por dos guiones bajos.&#x20;

Por ejemplo, un App Service de Windows acepta *AppConfig:LicenseKey*, mientras que un App Service de Linux acepta *AppConfig\_\_LicenseKey.*

## Lista de configuraciones

{% content-ref url="/pages/6ece2f6bf7c932cde88569ca2fcb7f229cbd911d" %}
[Conceptos básicos](/es/configuracion-de-scepman/application-settings-1/basics.md)
{% endcontent-ref %}

{% content-ref url="/pages/9fce80f7481874a1e9050a2528d72dfa6146a193" %}
[Microsoft Entra ID (Azure AD)](/es/configuracion-de-scepman/application-settings-1/azure-ad.md)
{% endcontent-ref %}

{% content-ref url="/pages/1f4c831d55514b2dc776c48b5fcacc1474b9b3de" %}
[Registro](/es/configuracion-de-scepman/application-settings/logging.md)
{% endcontent-ref %}

{% content-ref url="/pages/4629ca886deceae72e0c2ed489625c143a1f468c" %}
[Plataformas de nube nacionales](/es/configuracion-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/es/configuracion-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.
