> 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/ja/scepman-gou-cheng/application-settings/dbcsr-validation.md).

# 登録 REST API

{% hint style="warning" %}
SCEPman Enterprise Edition のみ

バージョン 2.3.689 以降に適用されます
{% endhint %}

{% hint style="info" %}
これらの設定は Certificate Master ではなく、SCEPman App Service にのみ適用してください。こちらを参照してください [SCEPman Settings](/ja/scepman-gou-cheng/application-settings.md).
{% endhint %}

## AppConfig:DbCSRValidation:Enabled

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

**値:** *true* または *false* （既定）

**説明:** これは、カスタムスクリプトやプロセスが使用できる REST API エンドポイントです。こちらをご覧ください [REST API の使用方法に関する記事](/ja/zheng-ming-shu-guan-li/api-certificates.md) を参照してください。

## AppConfig:DbCSRValidation:ValidityPeriodDays

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

**値:** 正の整数

**説明:** この設定は、REST API エンドポイントのグローバルな ValidityPeriodDays をさらに短くします。たとえば、ここで 365 日のような値を定義し、グローバル [AppConfig:ValidityPeriodDays](#appconfig-dbcsrvalidation-validityperioddays) を 730 に設定できます。すると、API 経由で発行された証明書の有効期間は 1 年になり、他のエンドポイント経由で発行された証明書は最大 2 年間有効になります。

さらに、PKCS#10 要求に拡張を含めて、ここで設定されたものより短い特定の個別有効期間で証明書を登録することもできます。

## AppConfig:DbCSRValidation:AllowRenewals

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

**値:** *true* または *false* （既定）

**説明:** これにより、EST の "simplereenroll" エンドポイントを使用できるようになり、 [mTLS を使用した証明書更新](https://docs.scepman.com/certificate-deployment/api-certificates/api-enrollment#id-2.-app-service-settings)が可能になります。これは、 [AppConfig:DbCSRValidation:ReenrollmentAllowedCertificateTypes.](#appconfig-dbcsrvalidation-reenrollmentallowedcertificatetypes)

## AppConfig:DbCSRValidation:ReenrollmentAllowedCertificateTypes

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

**値:** この一覧からの証明書タイプをコンマ区切りで指定します:

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

**説明:** この設定で指定されたタイプの証明書に対して simplereenroll エンドポイントを使用できます。値を指定しない場合、既定ではタイプなし、つまり simplereenroll エンドポイントは使用できません。

たとえば、Certificate Master を通じて手動で発行された証明書を更新したい場合は、 `Static`を指定します。Domain Controller 証明書も更新したい場合は、 `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:

```
GET https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/dbcsr-validation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
