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

# SCEPman 構成

- [SCEPman 設定](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings.md)
- [基本](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/basics.md)
- [証明書](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/certificates.md)
- [Certificate Master](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/csr-validation.md)
- [CRL](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/crl.md)
- [依存関係 (Azure サービス)](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/dependencies-azure-services.md)
- [Azure Key Vault](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/dependencies-azure-services/azure-keyvault.md)
- [ログ](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/dependencies-azure-services/logging.md)
- [Microsoft Entra ID (Azure AD)](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/dependencies-azure-services/azure-ad.md)
- [各国向けクラウド プラットフォーム](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/dependencies-azure-services/national-cloud-platforms.md)
- [Enrollment REST API](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/dbcsr-validation.md)
- [Active Directory](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/active-directory.md)
- [一般](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/active-directory/general.md)
- [ユーザー テンプレート](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/active-directory/user-template.md)
- [コンピューター テンプレート](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/active-directory/computer-template.md)
- [DC テンプレート](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/active-directory/dc-template.md)
- [RDP テンプレート](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/active-directory/rdp-template.md)
- [OCSP](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/ocsp.md)
- [SCEP エンドポイント](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/scep-endpoints.md)
- [DC 検証](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/scep-endpoints/dc-validation.md)
- [Intune 検証](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/scep-endpoints/intune-validation.md)
- [Jamf 検証](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/scep-endpoints/jamf-validation.md)
- [静的検証](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/scep-endpoints/static-validation.md)
- [Static-AAD 検証](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/scep-endpoints/staticaad-validation.md)
- [RADIUSaaS](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/scep-endpoints/radiusaas.md)
- [ログ](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings/logging.md)
- [Certificate Master 設定](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings-1.md)
- [基本](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings-1/basics.md)
- [Microsoft Entra ID (Azure AD)](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings-1/azure-ad.md)
- [各国向けクラウド プラットフォーム](https://docs.scepman.com/ja/scepman-gou-cheng/application-settings-1/national-cloud-platforms.md)
- [アプリケーション成果物](https://docs.scepman.com/ja/scepman-gou-cheng/application-artifacts.md)
- [Certificate Master RBAC](https://docs.scepman.com/ja/scepman-gou-cheng/rbac.md)
- [CSR とフォームのロール](https://docs.scepman.com/ja/scepman-gou-cheng/rbac/csr-and-form-roles.md)
- [デバイス ディレクトリ](https://docs.scepman.com/ja/scepman-gou-cheng/device-directories.md)
- [Intune の強力なマッピング](https://docs.scepman.com/ja/scepman-gou-cheng/intune-implementing-strong-mapping-for-scep-and-pkcs-certificates.md): SCEPman を使用して Intune で SCEP および PKCS 証明書の強力なマッピングを実装します。


---

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