> 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/pt/configuracao-do-scepman/application-settings-1.md).

# Definições do Certificate Master

Esta seção descreve configurações adicionais para o comportamento do Certificate Master. Todas essas configurações são opcionais e recomendamos começar com os valores padrão.

As configurações podem ser adicionadas ou alteradas manualmente, se necessário. Algumas alterações podem prejudicar o seu serviço. Leia cuidadosamente todas as informações sobre uma configuração antes de fazer quaisquer alterações.

Todas as configurações descritas aqui são para o SCEPman Certificate Master App Service, não para o principal SCEPman App Service!

## Configuração do Linux

Todas as configurações existentes estão disponíveis para ambos os Windows e Linux App Services.

Ao configurar Variáveis de Ambiente para Linux, os dois-pontos devem ser substituídos por dois sublinhados.

Por exemplo, um Windows App Service aceita *AppConfig:LicenseKey*, enquanto um Linux App Service aceita *AppConfig\_\_LicenseKey.*

## Lista de Configurações

{% content-ref url="/pages/34107fd1bc932713f3aa88e630e0eec80b6ba999" %}
[Noções básicas](/pt/configuracao-do-scepman/application-settings-1/basics.md)
{% endcontent-ref %}

{% content-ref url="/pages/648bf9e7eb20bce614b95ed65a8f818b05f26407" %}
[Microsoft Entra ID (Azure AD)](/pt/configuracao-do-scepman/application-settings-1/azure-ad.md)
{% endcontent-ref %}

{% content-ref url="/pages/737f4970dea063aecd15c2d9bce205bf36fa32cd" %}
[Registo](/pt/configuracao-do-scepman/application-settings/logging.md)
{% endcontent-ref %}

{% content-ref url="/pages/9b03ea18d78a3fd6f5577897fdfd234dd67e5149" %}
[Plataformas de cloud nacionais](/pt/configuracao-do-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/pt/configuracao-do-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.
