# ようこそ

## 概要

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

SCEPman は、 **Azure Tenant にデプロイされる**サービスであり、SCEPman がデータをどのように、またどこで処理・保存するかを完全に制御できます。データが Tenant の外部に出ることはなく、Tenant 内で外部ベンダーに権限を付与する必要もありません。

![Microsoft Intune を使用した SCEP フロー](/files/6266b3dc4f42375ab9134e5745df66e7e729b09a)

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

## 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/details.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: 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:

```
GET https://docs.scepman.com/ja/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
