# SCEPman 設定

このセクションでは、SCEPman の動作に関する追加設定について説明します。これらはすべて任意ですが、まずは既定値から始めることをお勧めします。

必要に応じて、設定は手動で追加または変更できます。変更の中にはサービスに悪影響を与えるものもあります。変更する前に、各設定に関するすべての情報を注意深くお読みください。

各設定について、その設定を App Service Configuration に定義するか、Azure Key Vault に定義するかを選択できます。同じ設定を両方に定義した場合は、Azure Key Vault が優先されます。

## App Service Configuration での便利な設定

<figure><img src="/files/e2f4f7491c5ec1f4235a62b9ae2b4f2e9ceb0988" alt=""><figcaption></figcaption></figure>

パスワードを除き、設定は App Service Configuration で定義することをお勧めします。

## Linux の構成

既存の設定はすべて、Windows と Linux の両方の App Service で利用できます。

Linux の環境変数を構成する場合、コロンは 2 つのアンダースコアに置き換える必要があります。&#x20;

たとえば、Windows App Service では次を受け入れます *AppConfig:LicenseKey*が、Linux App Service では次を受け入れます *AppConfig\_\_LicenseKey。*

## Azure Key Vault での安全な設定

特に機密情報については、Azure Key Vault の Secret として設定することもできます。まず、SCEPman インスタンスに関連付けられた Azure Key Vault の Secret を編集する権限を、管理者アカウントに付与する必要があります。その後、この管理者アカウントを使用して新しい Secret を定義できます。

**備考:** 構成名ではコロンの代わりにダブルダッシュを使用してください。たとえば、 *AppConfig:DCValidation:RequestPassword*の代わりに、Secret は *AppConfig--DCValidation--RequestPassword*.

という名前にする必要があります。この種類の設定は、機密情報にのみ使用することをお勧めします。

## 設定一覧

{% content-ref url="/pages/015dd8dc16ceb1eb4276f140ce53734e79603296" %}
[基本](/ja/scepman-gou-cheng/application-settings/basics.md)
{% endcontent-ref %}

{% content-ref url="/pages/df581547cfd1951e11ae869bba897f3e8219b7d1" %}
[証明書](/ja/scepman-gou-cheng/application-settings/certificates.md)
{% endcontent-ref %}

{% content-ref url="/pages/0501017fba30c565e02b26b8e27fe3629d3aac09" %}
[Intune 検証](/ja/scepman-gou-cheng/application-settings/scep-endpoints/intune-validation.md)
{% endcontent-ref %}

{% content-ref url="/pages/5cd37b3eba36ddfe3dbd59e42ab3a50757233b5f" %}
[Jamf 検証](/ja/scepman-gou-cheng/application-settings/scep-endpoints/jamf-validation.md)
{% endcontent-ref %}

{% content-ref url="/pages/33c882175c33b33acb861458920050511fb5cf70" %}
[DC 検証](/ja/scepman-gou-cheng/application-settings/scep-endpoints/dc-validation.md)
{% endcontent-ref %}

{% content-ref url="/pages/14aa5efae2879608f3fd243a41d25edb521ceb9c" %}
[静的検証](/ja/scepman-gou-cheng/application-settings/scep-endpoints/static-validation.md)
{% endcontent-ref %}

{% content-ref url="/pages/14aa5efae2879608f3fd243a41d25edb521ceb9c" %}
[静的検証](/ja/scepman-gou-cheng/application-settings/scep-endpoints/static-validation.md)
{% endcontent-ref %}

{% content-ref url="/pages/0d574b9fc65211933439fae7cfb2d0b373a6e0f6" %}
[証明書マスター](/ja/scepman-gou-cheng/application-settings/csr-validation.md)
{% endcontent-ref %}

{% content-ref url="/pages/99aa322de874ac8908d8cfb44eb139988a542818" %}
[Microsoft Entra ID (Azure AD)](/ja/scepman-gou-cheng/application-settings/dependencies-azure-services/azure-ad.md)
{% endcontent-ref %}

{% content-ref url="/pages/2d68c42fa1bd77c8bf87111edeb4eb54d1cf5c41" %}
[Azure Key Vault](/ja/scepman-gou-cheng/application-settings/dependencies-azure-services/azure-keyvault.md)
{% endcontent-ref %}

{% content-ref url="/pages/381756428243e131c7776a1d2195b83149b46327" %}
[国家クラウド プラットフォーム](/ja/scepman-gou-cheng/application-settings/dependencies-azure-services/national-cloud-platforms.md)
{% endcontent-ref %}


---

# Agent Instructions: 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.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.
