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

# 基本

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

## AppConfig:AnonymousHomePageAccess

*Linux: AppConfig\_\_AnonymousHomePageAccess*

**値:** *true* または *false*

**説明:**\
未設定、または次に設定されている場合 **true**、インターネット上の誰でもアプリ サービスの URL を知っていれば、SCEPman ホームページにアクセスし、SCEPman のバージョンや SCEPman が稼働しているかどうかなどのステータス情報を確認できます（ただし、ファイアウォールでこれを防いでいる場合を除きます）。これは機微情報ではないと考えていますが、非表示にしたい場合は、次の値に設定してください **false**。すると、ホームページはブラウザーからのアクセスに対して無効化され、この情報は表示されなくなります。

## AppConfig:BaseUrl

*Linux: AppConfig\_\_BaseUrl*

**値:** *App Service 名称* または <https://customcname.domain.com>

**説明:**\
これは、証明書の公開 OCSP エンドポイント URL を定義します。既定では、この値には **App Service 名称**が含まれています。もし [Custom Domain](/ja/azure-gou-cheng/custom-domain.md)を使用したい場合は、この値を変更する必要があります。

## AppConfig:LicenseKey

*Linux: AppConfig\_\_LicenseKey*

**値:** *空* **または** *ライセンスキー*

**説明:**\
試用版デプロイまたはコミュニティ エディションを使用している場合、この欄は空欄のままにします。Enterprise Edition を購入すると、弊社からライセンスキーを受け取るので、そのキーをこの設定に入力できます。

## AppConfig:RemoteDebug

*Linux: AppConfig\_\_RemoteDebug*

**値の例:** 2026-07-18

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

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

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

## AppConfig:CertificateStorage:TableStorageEndpoint

*Linux: AppConfig\_\_CertificateStorage\_\_TableStorageEndpoint*

これは、手動による証明書失効の確認に使用する Table Storage Endpoint を定義します。この設定を削除すると、SCEPman は失効確認にデータベースを使用しません。

{% hint style="danger" %}
変更はサービスに悪影響を及ぼす可能性があります！
{% endhint %}

## AppConfig:EnableCertificateStorage

*Linux: AppConfig\_\_EnableCertificateStorage*

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

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

**説明:** 証明書を要求するとき、これを次に設定すると、SCEPman は要求された証明書を Azure の Storage Account に保存します *true* また、この設定が次で明示的に上書きされていない場合 *false* 特定のエンドポイントに対して。このため、発行された証明書は SCEPman Certificate Master に表示され、そこで手動で確認および失効できます。さらに、証明書は登録に使用された特定の SCEP エンドポイントに応じて自動的に失効します。次に設定すると *false* 、または未設定の場合、SCEPman は証明書ストレージが明示的に有効化されているエンドポイントに対してのみ、発行された証明書を保存します。証明書が保存されない場合、それらはログ内でしか確認できず、または SCEP クライアントがどこかに保存した場合にのみ表示されます。

## AppConfig:SCEPResponseEncryptionAlgorithm

*Linux: AppConfig\_\_SCEPResponseEncryptionAlgorithm*

SCEP 応答を暗号化するために使用されるアルゴリズムです。妥当な値には次のものがあります:

* 2.16.840.1.101.3.4.1.42 for AES-256-CBC (既定)
* 2.16.840.1.101.3.4.1.2 for AES-128-CBC
* 1.2.840.113549.3.7 for Triple DES

{% hint style="danger" %}
変更はサービスに悪影響を及ぼす可能性があります！
{% endhint %}

## WEBSITE\_RUN\_FROM\_PACKAGE

この設定は、App Service の起動時に読み込まれるアプリケーション アーティファクトを指定します。\
これらの手順をご確認ください: [アプリケーション成果物](/ja/scepman-gou-cheng/application-artifacts.md#change-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/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.
