Skip to main content
Cloud Volumes ONTAP
All cloud providers
  • Amazon Web Services
  • Google Cloud
  • Microsoft Azure
  • All cloud providers

Verify Google Cloud signed images

Contributors netapp-driley

To verify the exported Google Cloud signed image, you must download the image digest file from the NSS to validate the disk.raw file and digest file contents.

Signed image verification workflow summary

The following is an overview of the Google Cloud signed image verification workflow process.

  • From the NSS, download the Google Cloud archive containing the following files:

    • Signed digest (.sig)

    • Certificate containing the public key (.pem)

    • Certificate chain (.pem)

      An image that shows the NSS page containing the digest file tar.gz downloads

  • Download the converted disk.raw file

  • Validate the certificate using the certificate chain

  • Validate the signed digest using the certificate contain the public key

    • Decrypt the signed digest using the public key to extract the digest of the image file

    • Create a digest of the downloaded disk.raw file

    • Compare the two digest file for validation

      An image that shows the image signature verification process