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

# API REST de inscripción

{% hint style="warning" %}
Solo para la edición Enterprise de SCEPman

Aplicable a la versión 2.3.689 y superior
{% endhint %}

{% hint style="info" %}
Estos ajustes solo deben aplicarse al servicio de aplicaciones de SCEPman, no a Certificate Master. Consulte [Configuración de SCEPman](/es/configuracion-de-scepman/application-settings.md).
{% endhint %}

## AppConfig:DbCSRValidation:Enabled

*Linux: AppConfig\_\_DbCSRValidation\_\_Enabled*

**Valor:** *true* o *false* (predeterminado)

**Descripción:** Este es un endpoint de la API REST que pueden usar scripts y procesos personalizados. Consulte [nuestro artículo sobre cómo usar la API REST](/es/gestion-de-certificados/api-certificates.md) para más detalles.

## AppConfig:DbCSRValidation:ValidityPeriodDays

*Linux: AppConfig\_\_DbCSRValidation\_\_ValidityPeriodDays*

**Valor:** Entero positivo

**Descripción:** Este ajuste reduce aún más los ValidityPeriodDays globales para el endpoint de la API REST. Por ejemplo, puede definir aquí un valor como 365 días y establecer el global [AppConfig:ValidityPeriodDays](#appconfig-dbcsrvalidation-validityperioddays) a 730. Entonces, los certificados emitidos a través de la API tendrán una validez de un año, mientras que los certificados emitidos a través de otros endpoints pueden tener una validez de hasta dos años.

Además, puede incluir una extensión en sus solicitudes PKCS#10 para inscribir certificados con una validez individual específica que sea inferior a la configurada aquí.

## AppConfig:DbCSRValidation:AllowRenewals

*Linux: AppConfig\_\_DbCSRValidation\_\_AllowRenewals*

**Valor:** *true* o *false* (predeterminado)

**Descripción:** Esto permite usar el endpoint "simplereenroll" de EST, habilitando [la renovación de certificados mediante mTLS](https://docs.scepman.com/es/configuracion-de-scepman/application-settings/pages/b31d8f3786b22311eafcf73ce7738f65815607e8#id-2.-app-service-settings). Solo funciona para los tipos de certificado agregados a [AppConfig:DbCSRValidation:ReenrollmentAllowedCertificateTypes.](#appconfig-dbcsrvalidation-reenrollmentallowedcertificatetypes)

## AppConfig:DbCSRValidation:ReenrollmentAllowedCertificateTypes

*Linux: AppConfig\_\_DbCSRValidation\_\_ReenrollmentAllowedCertificateTypes*

**Valor:** Lista separada por comas de tipos de certificado de esta lista:

* DomainController
* Static
* IntuneUser
* IntuneDevice
* JamfUser
* JamfUserWithDevice
* JamfUserWithComputer
* JamfDevice
* JamfComputer

**Descripción:** Puede usar el endpoint simplereenroll para certificados de los tipos especificados en este ajuste. Si no especifica ningún valor, el valor predeterminado es no usar ningún tipo; es decir, no puede usar el endpoint simplereenroll.

Por ejemplo, si quisiera renovar certificados emitidos manualmente a través de Certificate Master, especificaría `Static`. Si además quiere renovar certificados de Domain Controller, especificaría `DomainController,Static`.


---

# 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/dbcsr-validation.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.
