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

# 基本

## AppConfig:SCEPman:URL

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

**値:** 文字列 (URL)

**説明:**\
これは、この Certificate Master に属する SCEPman インスタンスの URL です。ジオ冗長構成を使用している場合は、Certificate Master に最も近い SCEPman App Service の URL を指定してください。Certificate Master は、署名のために証明書要求をこの SCEPman インスタンスに送信します。

## AppConfig:IntuneCertificateSearchStrategy

*Linux: AppConfig\_\_IntuneCertificateSearchStrategy*

**値:** *管理*, *レポート*、または *CombineManagementAndReporting*

**説明:**\
Intune で発行済み証明書を照会するときに使用するバックエンド API を定義します。

{% hint style="danger" %}
変更によりサービスに悪影響が生じる可能性があります！
{% endhint %}

## AppConfig:AzureStorage:TableStorageEndpoint

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

証明書情報の保存に使用する Table Storage Endpoint を定義します。

{% hint style="danger" %}
変更によりサービスに悪影響が生じる可能性があります！
{% endhint %}

## AppConfig:AzureStorage:ThresholdForLocalFiltering

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

{% hint style="info" %}
バージョン 3.1 以降に適用されます
{% endhint %}

**値:** 整数（既定値 20000）

**説明:**

このしきい値は、検索操作中に Certificate Master がキャッシュするために Storage Account 内に保持する証明書の最大数を定義します。これにより、より柔軟な検索体験が可能になります。

## AppConfig:RemoteDebug

*Linux: AppConfig\_\_RemoteDebug*

**値:** *日付* または *false*

**説明:**\
サポート目的で、デバッグ ログ情報を当社のクラウドベースの監視ソリューションに送信できます。これにより、サポート対応を迅速化できます。

この機能は、リモート デバッグ ログを有効にする期間の終了日を値として設定することで、有効化および無効化できます。この日以降も、SCEPman は再起動されるまでデバッグ ログの送信を継続します。Microsoft App Services は定期的に自動再起動され、通常は 2 週間以内の間隔です。値は 1 週間後の日付を YYYY-MM-DD 形式で設定することをお勧めします。たとえば、2025-05-05 には 2025-05-12 を設定します。

バージョン 2.8 までは 'true' も使用できました。これは SCEPman および Certificate Master バージョン 2.9 以降では使用できません。

{% hint style="info" %}
設定を有効にして保存した後は、SCEPman App Service を再起動するのを忘れないでください。
{% endhint %}

## WEBSITE\_RUN\_FROM\_PACKAGE

この設定は、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:

```
GET https://docs.scepman.com/ja/scepman-gou-cheng/application-settings-1/basics.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.
