> 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/basics.md).

# Noções básicas

## AppConfig:SCEPman:URL

*Linux: AppConfig\_\_SCEPman\_\_URL*

**Valor:** String (URL)

**Descrição:**\
Este é o URL da instância do SCEPman que pertence a este Certificate Master. Se você tiver uma configuração georredundante, este deve ser o URL do App Service do SCEPman mais próximo do Certificate Master. O Certificate Master enviará solicitações de certificado para esta instância do SCEPman para assinatura.

## AppConfig:IntuneCertificateSearchStrategy

*Linux: AppConfig\_\_IntuneCertificateSearchStrategy*

**Valor:** *Gerenciamento*, *Relatórios*, ou *CombinarGerenciamentoERelatórios*

**Descrição:**\
Define qual API de backend usar ao consultar o Intune para certificados emitidos.

{% hint style="danger" %}
As alterações podem prejudicar o seu serviço!
{% endhint %}

## AppConfig:AzureStorage:TableStorageEndpoint

*Linux: AppConfig\_\_AzureStorage\_\_TableStorageEndpoint*

Isto define qual Endpoint do Table Storage usar para armazenar informações de certificado.

{% hint style="danger" %}
As alterações podem prejudicar o seu serviço!
{% endhint %}

## AppConfig:AzureStorage:ThresholdForLocalFiltering

*Linux: AppConfig\_\_AzureStorage\_\_ThresholdForLocalFiltering*

{% hint style="info" %}
Aplicável à versão 3.1 e superior
{% endhint %}

**Valor:** Inteiro (20000 como padrão)

**Descrição:**

Este limite define o número máximo de certificados na Storage Account para que o Certificate Master os armazene em cache durante as operações de pesquisa. Isso permite uma experiência de pesquisa mais flexível.

## AppConfig:RemoteDebug

*Linux: AppConfig\_\_RemoteDebug*

**Valor:** *Data* ou *false*

**Descrição:**\
Pode enviar informações de registo de depuração para uma solução de monitorização baseada na cloud da nossa empresa para fins de suporte. Isso pode acelerar os casos de suporte.

Pode ativar e desativar esta funcionalidade alterando o valor para a data até à qual o registo remoto de depuração deve estar ativado. Após essa data, o SCEPman continuará a enviar registos de depuração até reiniciar. Os Microsoft App Services reiniciam automaticamente de tempos a tempos, normalmente num intervalo de duas semanas. Recomendamos definir o valor para a data de uma semana à frente, no formato YYYY-MM-DD. Por exemplo, em 2025-05-05, definiria isto para 2025-05-12.

Até a versão 2.8, você também podia usar 'true'. Isso não é mais possível a partir do SCEPman e da versão 2.9 e mais recentes do Certificate Master.

{% hint style="info" %}
Não se esqueça de reiniciar o SCEPman App Service após ativar e guardar a definição.
{% endhint %}

## WEBSITE\_RUN\_FROM\_PACKAGE

Esta configuração aponta para os Application Artifacts que serão carregados ao iniciar o App Service.


---

# 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/basics.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.
