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

# SCEPman ドキュメント

Microsoft Intune およびその他の MDM 向けのクラウド PKI と証明書管理

## 概要

SCEPman は、Simple Certificate Enrollment Protocol (SCEP) を使用して証明書を発行および検証する、軽量でリソース効率の高いソリューションです。 **これは SCEP プロトコルを提供する Azure Web App であり、Microsoft Graph と Intune API と直接連携します。** SCEPman は Azure Key Vault ベースの Root CA と証明書作成を使用します。&#x20;

既定では、Azure Key Vault 自体を除き、データベースもその他のステートフルなストレージも含め、他のコンポーネントは関与しません。その結果、SCEPman はコア機能に関してステートレスであり **バックアップ手順を必要としません**.&#x20;

SCEPman では、データの処理方法と保存場所を制御できます。デプロイ モデルによっては、SCEPman は次のいずれかで実行できます **あなたの Azure Tenant** または **マネージド SaaS 提供**。SCEPman は外部ベンダーの権限を必要としません。

![Microsoft Intune との SCEP フロー](https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2Fgit-blob-907b29197c481875ec25c9bcc3b7c6e86e5a0f85%2Fscepman-flowchart.webp?alt=media)

以下のドキュメントでは、最新のクラウド管理クライアントに証明書を展開する簡単な方法を紹介します。&#x20;

## SCEPman とレガシー PKI の比較

SCEPman と比較して、Intune 用 Certificate Connector / Active Directory Certificate Services (ADCS) のようなレガシー/オンプレミス PKI をインストールして運用する際に必要な作業量についてさらに詳しく知りたい場合は、以下の記事を参照してください。

{% content-ref url="/pages/0e3fee889635bd6ee0f7a901896bb9a78f990258" %}
[証明書コネクタ](/ja/sono/faqs/certificate-connector.md)
{% endcontent-ref %}

## SCEPman の詳細を確認する

{% embed url="<https://www.youtube.com/watch?v=kr8uBPlG4J8>" %}
SCEPman 2.0 - 新機能は？
{% endembed %}

{% content-ref url="/pages/03745e2d83f4df6ecb65c40ca55607003377fa33" %}
[概要](/ja/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/e978848a277f736b0fcdd27243b72a79056feaa9" %}
[エディション](/ja/editions.md)
{% endcontent-ref %}

## SCEPman ガイド

SCEPman 環境を展開するためのガイドを 2 つ用意しています。どのガイドがあなたのシナリオと展開要件に最適かについては、以下のリンクをご覧ください:

{% content-ref url="/pages/9be17a14598faf73cacbe5839a4fd4c12150980c" %}
[はじめに](/ja/scepman-nodepuroi/deployment-guides.md)
{% endcontent-ref %}

## 変更履歴

開発状況やロードマップに関するニュースは、以下でご覧いただけます。 **変更履歴**.

{% content-ref url="/pages/7a4dda0d73b4ed35b1dc0b3c7e4173758a529693" %}
[変更履歴](/ja/changelog.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/readme.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.
