> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/verkada-cameras/ja/she-ding/camera-network-settings/configure-port-based-device-authentication-for-cameras.md).

# カメラのポートベースデバイス認証を設定する

Verkada カメラは、IEEE 802.1x を利用するポートベースのデバイス認証で構成できます。この機能は、組織がネットワークデバイスを保護し、高いセキュリティ基準を維持するのに役立つよう設計されています。

{% hint style="danger" %}
次の [D30](https://docs.verkada.com/docs/video-security-d30-datasheet.pdf), [D40](https://docs.verkada.com/docs/video-security-d40-datasheet.pdf), [D50](https://docs.verkada.com/docs/video-security-d50-datasheet.pdf)、および [D80](https://docs.verkada.com/docs/video-security-d80-datasheet_1.pdf) はポートベース認証をサポートしていません。
{% endhint %}

### 開始する前に

{% hint style="warning" %}
カメラでポートベース認証を構成するには、カメラが最初に DHCP を使用して Verkada Command に接続し、最新のファームウェアに更新されている必要があります。カメラの更新が完了すると、Verkada Command にアップロードされ、802.1x 用に登録されたデバイス証明書を受信できるようになります。
{% endhint %}

***

## 構成

{% hint style="danger" %}
802.1x の構成設定を有効化または変更できるのは Org Admin のみです。
{% endhint %}

{% stepper %}
{% step %}
**Verkada Command で、All Products > Admin に移動します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、Login & Access > ポートベースのデバイス認証 を選択します。**
{% endstep %}

{% step %}
**右上で、Enroll をクリックします。**

a. 構成するカメラを選択します。\
b. クリック **次へ。**\
c. CA 証明書（`.crt`）、カメラ証明書（`.crt`）、およびカメラの秘密鍵（`.key`）。\
d. クリック **送信。**

<div align="left" data-with-frame="true"><img src="/files/69bc57fc4dd1cc781ff45f1a7efef99f904e5318" alt=""></div>
{% endstep %}

{% step %}
**(必要に応じて) 秘密鍵のパスワードを入力し、必要なセキュリティ標準を選択します。選択した証明書は、選択したすべてのデバイスに適用されます。特定のデバイスに異なる証明書をアップロードするには、この手順をグループごとに繰り返します。**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
すでにポートベースのデバイス認証に登録されているカメラに新しい証明書をアップロードすると、既存の証明書は上書きされます。
{% endhint %}


---

# 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://help.verkada.com/verkada-cameras/ja/she-ding/camera-network-settings/configure-port-based-device-authentication-for-cameras.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.
