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

# CRL

## ハウツーガイド

{% content-ref url="/pages/3d7774e878b5919ce290caea39380ee5bf346fbf" %}
[CRL の有効化](/ja/zheng-ming-shu-guan-li/manage-certificates/enabling-crl.md)
{% endcontent-ref %}

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

証明書の有効性を制御する手法の一般的な比較については、 [当社のブログ記事](https://www.glueckkanja.com/blog/products/2023/05/certificate-revocation-en/).

## AppConfig:CRL:RequestToken

*Linux: AppConfig\_\_CRL\_\_RequestToken*

{% hint style="info" %}
バージョン 2.3 以降に適用
{% endhint %}

**値:** 英数字とダッシュで構成されるカスタムの秘密文字列

**説明:** この値を空の文字列以外に設定すると、SCEPman から証明書失効リスト (CRL) をダウンロードできます。CRL の URL は <https://scepman.contoso.de/crl/{RequestToken}> で、scepman.contoso.de はお使いの SCEPman インスタンスのドメイン、{RequestToken} はここで構成したトークンです。

現在の CRL には失効済みの証明書がすべて含まれているわけではありません。そのため、失効済み証明書を所持しており、CRL にアクセスできる攻撃者は、その証明書が一覧にないことを理由に、実際には失効していないと相手を説得しようとする可能性があります。したがって、RequestToken は秘密情報として扱い、通常は必要な場合にのみこの機能を有効にしてください。CRL は、より優れた OCSP を使用できない場合にのみ使用してください。プロキシなどのネットワーク機器が CRL の URL を記録する可能性があることに留意してください。

## AppConfig:CRL:Source

*Linux: AppConfig\_\_CRL\_\_Source*

{% hint style="info" %}
バージョン 2.4 以降に適用
{% endhint %}

**値:** *なし* (既定) または *ストレージ*

**説明:** この値を *なし*に設定すると、生成される CRL には失効済み証明書が一切含まれません。この値を *ストレージ*に設定すると、CRL には Azure Storage に保存されている手動で失効させたすべての証明書が含まれます。

OCSP によって自動的に失効された証明書は CRL には含まれません。たとえば、デバイスを無効にすると、そのデバイスの証明書は OCSP によって自動的に失効されます。ただし、その証明書は CRL には含まれません。

## AppConfig:CRL:AddCdp

*Linux: AppConfig\_\_CRL\_\_AddCdp*

{% hint style="info" %}
バージョン 2.10 以降に適用
{% endhint %}

**値:** *false* (既定) または *true*

**説明:** この値を *true*、SCEPman は発行された証明書に CRL Distribution Point (CDP) 拡張を追加し、その拡張には SCEPman から現在の CRL をダウンロードする URL が含まれます。

## AppConfig:CRL:ValidityDays

*Linux: AppConfig\_\_CRL\_\_ValidityDays*

**値:** *浮動小数点数*

**説明:** 発行された CRL の有効日数。何も設定されていない場合、CRL の有効期間は **0.1 日** = 2.4 時間 (SCEPman 2.4 以降) または **30 日** (SCEPman 2.3)。


---

# 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/ja/scepman-gou-cheng/application-settings/crl.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.
