# サーバー信頼

{% hint style="info" %}
これは、クライアントがまだ信頼していない CA によって発行された RADIUS サーバー証明書を使用している場合にのみ必要です。たとえば、SCEPman によって発行された独自のサーバー証明書を使用する場合は不要です。
{% endhint %}

### パート 1: RADIUS サーバー証明書をダウンロードする

次の場合、 [ダウンロード中](/ja/ptaru/settings/settings-server.md#download) サーバー証明書については、緑色でマークされた証明書のみを使用してください。これにより、発行元 CA のルート CA 証明書がダウンロードされます。

<figure><img src="/files/2494659ed6d627241a9631a451289fffa12c0cc1" alt=""><figcaption><p>ルートCAのダウンロードを表示しています</p></figcaption></figure>

### パート2: サーバー証明書を信頼する

1. Jamf Proインスタンスにログインします。
2. 正しい展開スコープ（コンピューター、デバイス、またはユーザー）を選択します。この例では、macOS デバイス（コンピューター）を選択しています。
3. 既存の構成プロファイルに移動するか、新しいプロファイルを作成し、たとえば「Corp-WiFi-802.1X」のように意味のある名前を付けます。
4. 次を追加します **Certificate** ペイロード
5. 意味のある **証明書名**、例: 「RADIUSaaS Server Root CA」
6. 「 **証明書オプションを選択** 選択します **アップロード**
7. パート1でダウンロードした証明書を含む \*.cer ファイルをアップロードします。ファイルに含まれているのは公開鍵部分のみで、アップロードが必要なのもそれだけのため、パスワードは不要です。
8. 選択 **すべてのアプリのアクセスを許可**
9. 選択解除 **キーチェーンからの書き出しを許可**
10. をクリックします **保存**
11. 「 **スコープ** 関連する対象ユーザーにプロファイルを割り当てます

<figure><img src="/files/150b32327b390f860dce8955a8b1ddf3c69f7d92" alt=""><figcaption></figcaption></figure>


---

# 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.radiusaas.com/ja/purofairuno/jamf-pro/server-trust.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.
