> 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/sono/faqs/renewing-scepman-root-ca.md).

# SCEPman Root CA の更新

SCEPman Root CA の有効期間は10年です。有効期限が切れたら、SCEPman を再デプロイする必要があります。現在のところ、有効期間を10年を超えて延長したり、既存の Root CA を更新したりする方法はありません。

再デプロイには、新しい Root CA が将来その時点で適用されるセキュリティ基準（鍵サイズ、アルゴリズムなど）に適合するという利点があります。

{% stepper %}
{% step %}

### セカンダリの SCEPman インスタンスをデプロイする

任意の [デプロイ方法](/ja/scepman-nodepuroi/deployment-options.md).
{% endstep %}

{% step %}

### 必要に応じてセカンダリの SCEPman インスタンスを設定する

2つ目のインスタンスは、プライマリ インスタンスと同一に構成するか、すぐに使用できる状態にしておく必要があります。

これには以下が含まれます:

* 追加の MDM 構成
* ヘルスチェック
* 環境変数
* カスタム ドメインと地理冗長化（これは次まで保存してください **後で** 既存のカスタム ドメインを再利用する予定の場合は、切り替え後）
* 更新戦略
  {% endstep %}

{% step %}

### MDM プロファイルを設定する

MDM は、セカンダリの SCEPman インスタンスから Root CA と SCEP 証明書の配布を開始する必要があります **並行して** プライマリ インスタンスの証明書に対して。
{% endstep %}

{% step %}

### システムとアプリケーションを準備する

ほとんどのシステムとアプリケーションは、複数の Root CA を受け入れるように構成できます。切り替えに備えて、セカンダリ Root CA を今追加しておく必要があります。
{% endstep %}

{% step %}

### セカンダリ SCEPman へ切り替える

*すべてのエンドポイント デバイスがセカンダリ インスタンスから Root および SCEP 証明書を受け取ってから、この手順を開始してください。*

MDM の構成プロファイルは、WiFi 認証などのケースでは、セカンダリ SCEPman インスタンスを指すようにする必要があります。

初期のカスタム ドメインを再利用する場合は、カスタム ドメインと地理冗長化をここで設定してください。

必要に応じて、システム/アプリケーションを調整してください。
{% endstep %}

{% step %}

### （旧）プライマリ SCEPman インスタンスを削除する

旧 SCEPman インスタンスに関連するリソースは、次のものを含めて削除できます:

* Azure リソース
* 旧インスタンスを指している MDM 構成プロファイル
* 旧インスタンスに関連するシステム/アプリケーション上の Root CA と構成
  {% endstep %}
  {% endstepper %}


---

# 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/sono/faqs/renewing-scepman-root-ca.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.
