> 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/zheng-ming-shu-guan-li/jamf/computers.md).

# コンピューター

このガイドに従って、コンピュータ（macOS）に証明書を配布してください。Jamf Pro を通じて最初の証明書を展開する前に、以下の [Jamf Pro の一般的な手順](/ja/zheng-ming-shu-guan-li/jamf/general.md) 最初に。

{% hint style="success" %}
すべてのユースケースに関連する証明書ペイロード（信頼された証明書 / SCEP 証明書）を、1 つの **単一の** Jamf Pro の構成プロファイルに設定することを強く推奨します。
{% endhint %}

## SCEPman ルート証明書

最初の手順として、SCEPman ルート証明書を展開する必要があります。この CA 証明書を SCEPman ダッシュボードからダウンロードしてください:

![](https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2Fgit-blob-9170eb0435726398eb43f6fac8abd0d5f35e8cc4%2FSCEPmanHomePage%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(2\)%20\(1\)%20\(2\).png?alt=media)

新しい「macOS 構成プロファイル」を追加し、ペイロードとして「証明書」を選択します。意味のある名前を入力し、証明書をアップロードし（「証明書オプションの選択」では「アップロード」を選択し）、「すべてのアプリへのアクセスを許可」を有効にします:

![](https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2Fgit-blob-d2c01a6e6f5f33ca37ed8f7998b569270fd4dde6%2Fimage%20\(29\).png?alt=media)

そのプロファイルを、後で SCEP 証明書を受け取るすべてのクライアントに配布します。

## マシン証明書

別の「macOS 構成プロファイル」を追加し、ペイロードとして「SCEP」を選択してください。「外部証明機関の設定を使用して、この構成プロファイルの SCEP プロキシとして Jamf Pro を有効にする」を有効にし、次の情報を入力します:

| 項目                 | 説明                        | 値/例                                            |
| ------------------ | ------------------------- | ---------------------------------------------- |
| 名前                 | 名前/用途                     | 例: 「デバイス認証」                                    |
| プロファイルを再配布         | 更新のためにプロファイルを再展開します       | 例: 「14日」                                       |
| サブジェクト             | 証明書のサブジェクト。追加も可能です        | CN=$JSSID,OU=computers,CN=$PROFILE\_IDENTIFIER |
| キーチェーンからのエクスポートを許可 | 秘密鍵をエクスポート可能にするかどうかを制御します | いいえ                                            |
| すべてのアプリへのアクセスを許可   | SCEP 証明書へのアクセスを制御します      | はい                                             |

その他のオプションは必要に応じて調整してください。

<figure><img src="https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FDPXKt0yJZDkMC0HNqxML%2Fimage.png?alt=media&amp;token=f046e588-36f9-4d70-ba48-d59b9f82c8d5" alt=""><figcaption></figcaption></figure>

## クライアント側の出力

Jamf Pro でのレポートに加え、対象クライアントの「Keychain Access」で（「System」配下の）SCEPman ルート証明書とデバイス証明書の配布を簡単に確認できます:

![SCEPman ルート証明書](https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2Fgit-blob-b0e61c04f7257e9c5d07a6b51dcc9ae5f3596af3%2Fimage%20\(31\).png?alt=media)

![デバイス証明書](https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2Fgit-blob-14a9a4e0f884e9040e639c6a0d48e3e4042f7dee%2Fimage%20\(32\).png?alt=media)


---

# 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/zheng-ming-shu-guan-li/jamf/computers.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.
