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

# Certificate Master 設定

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

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

ここで説明する設定はすべて、メインの SCEPman App Service ではなく、SCEPman Certificate Master App Service 向けです！

## Linux の構成

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

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

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

## 設定一覧

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

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

{% content-ref url="/pages/977f6e0aa86a82f702d92b932a9c824bd3cfad34" %}
[ログ](/ja/scepman-gou-cheng/application-settings/logging.md)
{% endcontent-ref %}

{% content-ref url="/pages/0e9db441a9ca698c5d1645ed113eb725df64988b" %}
[各国向けクラウド プラットフォーム](/ja/scepman-gou-cheng/application-settings-1/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-1.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.
