> 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 ドキュメント

## 概要

SCEPman は、Simple Certificate Enrollment Protocol (SCEP) を使用して証明書を発行し、検証するための、スリムでリソース効率の高いソリューションです。 **これは SCEP プロトコルを提供する Azure Web App であり、Microsoft Graph および Intune API と直接連携します。** SCEPman は、Azure Key Vault ベースのルート CA と証明書作成を使用します。既定では、Azure Key Vault 自体を除き、データベースやその他のステートフル ストレージなど、ほかのコンポーネントは一切関与しません。とはいえ、SCEPman **にはバックアップ手順は不要です** し、その他の運用レベルの作業も不要です。デプロイには Azure サブスクリプションだけが必要です。

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

![Microsoft Intune での SCEP フロー](/files/6266b3dc4f42375ab9134e5745df66e7e729b09a)

以下のドキュメントでは、最新のクラウド管理クライアントに証明書をデプロイするための、わかりやすい方法を紹介します。オンプレミス PKI がなくても、ユーザーとデバイスは証明書を取得できるようになります。

## SCEPman 対レガシー PKI

SCEPman と比較して、Intune 用 Certificate Connector / Active Directory Certificate Services (ADCS) のようなレガシー/オンプレミス PKI のインストールと運用にどれほどの労力が必要か、詳しく知りたい場合は、以下の記事をご覧ください。

{% content-ref url="/pages/0e3fee889635bd6ee0f7a901896bb9a78f990258" %}
[Certificate Connector](/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-depuroi/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.
