Validate the Signature
Verify the authenticity of the image's signature and ensure that the image hasn't been corrupted.
- Run the openssl dgst command with the
-sha512
flag.
openssl dgst -sha512 -verify resource-connector-v0.2.10-240116.pubkey -signature resource-connector-v0.2.10-240116.sign resource-connector-v0.2.10-240116.ova
On successful signature validation, you should see the message:
Verified OK.