Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.47 KB

task_get_the_CA_certificate_thumbprint.adoc

File metadata and controls

39 lines (28 loc) · 1.47 KB
permalink sidebar keywords summary
protect-sce/task_get_the_CA_certificate_thumbprint.html
sidebar
SnapCenter
CA 証明書のサムプリントを取得します。

CA 証明書のサムプリントを取得します

証明書のサムプリントは、証明書を識別する 16 進数の文字列です。サムプリントは、サムプリントアルゴリズムを使用して証明書の内容から計算されます。

  • 手順 *

    1. GUI で次の手順を実行します。

      1. 証明書をダブルクリックします。

      2. [ 証明書 ] ダイアログボックスで、 [ * 詳細 * ] タブをクリックします。

      3. フィールドのリストをスクロールし、 [Thumbprint] をクリックします。

      4. ボックスから 16 進文字をコピーします。

      5. 16 進数の間のスペースを削除します。

        たとえば、サムプリントが「 A9 09 50 2D d8 2a 14 33 e6 F8 38 86 b0 0d 42 77 A3 2a 7b 」の場合、スペースを削除すると、「 a909502dd82ae41433e6f83886b00d4277a32a7b 」となります。

    2. PowerShell で次の手順を実行します。

      1. 次のコマンドを実行して、インストールされている証明書のサムプリントを一覧表示し、最近インストールされた証明書を件名で識別します。

        Get-ChildItem - パス証明書: \localmachine\My

      2. サムプリントをコピーします。