> 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:** Cadeia de caracteres (URL)

**Descrição:**\
Este é o URL da instância SCEPman que pertence a este Certificate Master. Se tiver uma configuração geo-redundante, este deve ser o URL do SCEPman App Service mais próximo do Certificate Master. O Certificate Master enviará pedidos de certificados a esta instância SCEPman para assinatura.

## AppConfig:IntuneCertificateSearchStrategy

*Linux: AppConfig\_\_IntuneCertificateSearchStrategy*

**Valor:** *Gestão*, *Relatórios*, ou *CombineManagementAndReporting*

**Descrição:**\
Define qual API de backend usar ao consultar o Intune por 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 Table Storage Endpoint usar para armazenar informações de certificados.

{% 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 por padrão)

**Descrição:**

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

## AppConfig:RemoteDebug

*Linux: AppConfig\_\_RemoteDebug*

**Valor:** *Data* ou *falso*

**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 efeitos de suporte. Isto pode acelerar os casos de suporte.

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

Até à versão 2.8, também podia usar 'true'. Isto já não é possível a partir do SCEPman e do Certificate Master versão 2.9 e posteriores.

{% 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 definiçã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.
