Skip to main content
SnapCenter Software 4.5
A newer release of this product is available.

Get the CA certificate thumbprint

Contributors netapp-nsriram

A certificate thumbprint is a hexadecimal string that identifies a certificate. A thumbprint is calculated from the content of the certificate using a thumbprint algorithm.

Steps

  1. Perform the following on the GUI:

    1. Double-click the certificate.

    2. In the Certificate dialog box, click the Details tab.

    3. Scroll through the list of fields and click Thumbprint.

    4. Copy the hexadecimal characters from the box.

    5. Remove the spaces between the hexadecimal numbers.

      For example, if the thumbprint is: "a9 09 50 2d d8 2a e4 14 33 e6 f8 38 86 b0 0d 42 77 a3 2a 7b", after removing the spaces, it will be: "a909502dd82ae41433e6f83886b00d4277a32a7b".

  2. Perform the following from PowerShell:

    1. Run the following command to list the thumbprint of the installed certificate and identify the recently installed certificate by the subject name.

      Get-ChildItem -Path Cert:\LocalMachine\My

    2. Copy the thumbprint.