# エディション

## 概要

SCEPman には 2 つの異なるエディションがあります。

* Enterprise Edition
* Community Edition

両方のエディションは同じコードベースとバイナリを使用しています。Community Edition は、SCEPman のライセンス キーを入力するだけで Enterprise Edition に変換できます（場合によっては追加の設定作業も必要です）。

## Enterprise Edition (SCEPman EE)

SCEPman EE にはすべての機能が含まれており、当社チームによるサポートが提供されます。SCEPman EE にはサブスクリプション料金がかかります。

SCEPman EE は次の用途におすすめです。

* 本番環境
* スケーラビリティとパフォーマンス
* エンタープライズ向け機能セット

{% content-ref url="/pages/faffee55df9d6898fb26e2eaa2848835b9fd2988" %}
[ライセンス](/ja/sono/licensing.md)
{% endcontent-ref %}

## Community Edition (SCEPman CE)

SCEPman CE には SCEPman EE の一部機能が含まれておらず、当社チームによるサポートもありません。SCEPman CE は無償です。

SCEPman CE は次の用途におすすめです。

* ラボ環境
* 中小企業
* SCEPman の簡単なテスト

SCEPman をご自身の環境でテストしたい場合は、 **必須** の手順に従って、当社の [Standard Guide](/ja/scepman-depuroi/deployment-guides/community-guide.md) を参考にし、ラボへ SCEPman を直接インストールできます。後で SCEPman EE の購入を決めた場合は、Getting Started ガイドを確認し、 [判断マトリクス](/ja/scepman-depuroi/deployment-guides.md#decision-matrix) を見直して、すべての **推奨** および **任意** の手順を再確認してください。

{% hint style="info" %}
組織で Azure リソースの命名規則がすでに定められており、試用後に Community Edition のデプロイを再利用したい場合は、直接当社の [Extended Guide](/ja/scepman-depuroi/deployment-guides/enterprise-guide-1.md) (**必須** の手順のみ）から開始してください。基本手順ではライセンス キーは不要です。
{% endhint %}

## エディション比較

次の表は、2 つのエディションの主な違いを示しています。

| SCEPman の機能                                                                                                                                                                                       |         Community Edition         |         Enterprise Edition         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------: | :--------------------------------: |
| <p><strong>マシン証明書</strong> Intune または Jamf Pro で管理されるデバイス向け<br>(Windows 11、MacOS、Android、iOS)</p>                                                                                                 |  <mark style="color:緑;">はい</mark> |  <mark style="color:緑;">はい</mark>  |
| <p><strong>ユーザー証明書</strong> Intune または Jamf Pro で管理されるデバイス上の<br>(Windows 11、MacOS、Android、iOS)</p>                                                                                                |  <mark style="color:緑;">はい</mark> |  <mark style="color:緑;">はい</mark>  |
| **マシン** および **ユーザー証明書** 向け [Active Directory / GPO](/ja/zheng-ming-shu-guan-li/active-directory.md) で管理される（ドメイン参加済み）デバイス (Windows 10/11)                                                          | <mark style="color:赤;">いいえ</mark> |  <mark style="color:緑;">はい</mark>  |
| <p><a href="/pages/13fdf762be2175fdd2546ac4ec8454a1421e7523">証明書の管理</a>、証明書を手動で発行・失効<br>例: Web サーバー向け</p>                                                                                         | <mark style="color:赤;">いいえ</mark> |  <mark style="color:緑;">はい</mark>  |
| <p><a href="/pages/a67341db70d2882646022e09a7418921797d9b53">Kerberos 認証 <strong>DC 用証明書</strong></a></p><p>(オンプレミスのリソースにアクセスし、<br>Entra ID/ハイブリッド参加デバイスで Windows Hello for Business を使用できます)</p> | <mark style="color:赤;">いいえ</mark> |  <mark style="color:緑;">はい</mark>  |
| 他の MDM システム向け証明書 [**Entra ID 検証付き**](/ja/scepman-gou-cheng/application-settings/scep-endpoints/staticaad-validation.md).                                                                          | <mark style="color:赤;">いいえ</mark> |  <mark style="color:緑;">はい</mark>  |
| [冗長性](/ja/azure-gou-cheng/geo-redundancy.md)                                                                                                                                                      | <mark style="color:赤;">いいえ</mark> |  <mark style="color:緑;">はい</mark>  |
| [中間 CA としての SCEPman](/ja/scepman-depuroi/intermediate-certificate.md)                                                                                                                             | <mark style="color:赤;">いいえ</mark> |  <mark style="color:緑;">はい</mark>  |
| [デバイス コンプライアンス チェック](/ja/scepman-gou-cheng/application-settings/scep-endpoints/intune-validation.md#appconfig-intunevalidation-compliancecheck)                                                   | <mark style="color:赤;">いいえ</mark> |  <mark style="color:緑;">はい</mark>  |
| サポート                                                                                                                                                                                              | <mark style="color:赤;">いいえ</mark> | <mark style="color:緑;">含まれる</mark> |
| 料金                                                                                                                                                                                                |                 無料                |             サブスクリプション料金            |


---

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