> 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 の起動時に読み込まれる Application Artifacts を指します。


---

# 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-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.
