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

# SCEPman 設定

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

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

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

## App Service Configuration での便利な構成

<figure><img src="https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FRnY7kK45EOQSD4LHPsib%2FScreenshot%202024-03-18%20130123.jpg?alt=media&amp;token=7eb05c1e-f774-4870-a5bf-2cbaa39220d7" alt=""><figcaption></figcaption></figure>

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

## Linux の構成

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

Linux の Environment Variables を構成する場合、コロンは 2 つのアンダースコアに置き換える必要があります。

たとえば、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" %}
[Certificate Master](/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
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.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.
