\Downloads\
}}
'''4.''' Check fingerprints/owners without importing anything.
{{CodeSelect|code=
gpg --keyid-format long --with-fingerprint derivative.asc
}}
'''5.''' Verify the output.
The most important check is confirming the key fingerprint exactly matches the output below. [
Minor changes in the output such as new uids (email addresses) or newer expiration dates are inconsequential.
]
Key fingerprint = 916B 8D99 C38E AF5E 8ADC 7A2A 8D66 066A 2EEA CCDA
The message gpg: key 8D66066A2EEACCDA: 104 signatures not checked due to missing keys
is related to the [[OpenPGP#The_OpenPGP_Web_of_Trust|The OpenPGP Web of Trust]]. Advanced users can learn more about this [[Main/Project Signing Key#OpenPGP_Web_of_Trust|here]].
'''6.''' Import the key.
{{CodeSelect|code=
gpg --import derivative.asc
}}
The output should include the key was imported.
gpg: Total number processed: 1
gpg: imported: 1
''If the {{project_name_short}} signing key was already imported in the past'', the output should include the key is unchanged.
gpg: Total number processed: 1
gpg: unchanged: 1
If the following message appears at the end of the output.
gpg: no ultimately trusted keys found
This extra message does not relate to the {{project_name_short}} signing key itself, but instead usually means the user has not created an OpenPGP key yet, which is of no importance when verifying virtual machine images.
Analyze the other messages as usual.
}}
== Verify the {{project_name_short}} Images ==
{{Box|text=
'''1.''' If not already completed, download the {{project_name_short}} iso
(or ova
for VirtualBox) image and the corresponding OpenGPG signature which will be used to verify the image.
Either, download the
* '''A)''' ISO image and signature from [[ISO|ISO download page]]. Or,
* '''B)''' VirtualBox VM image and signature from [[VirtualBox|VirtualBox download page]].
Both,
* '''1)''' image, and
* '''2)''' signature
should be downloaded into the same directory.
'''2.''' Start the cryptographic verification; this process can take several minutes.
At the Windows command prompt, change to the directory with the {{project_name_short}} iso
(or ova
) and corresponding signature file.
{{CodeSelect|code=
cd C:\Users\\
}}
'''3.''' Verify the {{project_name_short}} iso
(or ova
) image.
{{CodeSelect|code=
gpg --verify-options show-notations --verify {{project_name_short}}*.*.asc {{project_name_short}}*.*
}}
If the Virtual Machine image is correct the output will tell you that the signature is good.
{{CodeSelect|code=
gpg: Signature made Mon 19 Jan 2015 11:45:41 PM CET using RSA key ID 77BB3C48
gpg: Good signature from "Patrick Schleizer " [unknown]
gpg: Signature notation: issuer-fpr@notations.openpgp.fifthhorseman.net=6E979B28A6F37C43BE30AFA1CB8D50BB77BB3C48
gpg: Signature notation: file@name={{project_name_short}}-{{VersionNew}}.ova
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 916B 8D99 C38E AF5E 8ADC 7A2A 8D66 066A 2EEA CCDA
Subkey fingerprint: 6E97 9B28 A6F3 7C43 BE30 AFA1 CB8D 50BB 77BB 3C48
}}
This might be followed by a warning saying:
{{Template:GnuPG-Warning}}
{{gpg_signature_timestamp}}
The first line includes the signature creation timestamp. Example.
gpg: Signature made Mon 19 Jan 2015 11:45:41 PM CET using RSA key ID 77BB3C48
{{GnuPG_file_names}}
To help users confirm that the file name has not been tampered with, beginning with {{project_name_short}} version 9.6 and above the {{Code2|file@name}} OpenPGP notation includes the file name.
{{do_not_continue_on_gpg_verification_errors}}
'''4.''' When {{project_name_short}} verification is complete, continue with the [[VirtualBox|VirtualBox]] installation.
}}
= Troubleshooting =
== Encountering GPG Errors ==
When a GPG error is encountered, first try a web search for the relevant error. The [https://security.stackexchange.com security stackexchange website] can also help to resolve GPG problems. Describe the problem thoroughly, but be sure it is GPG-related and not specific to {{project_name_short}}.
More help resources are available on the [[Support]] page.
= Footnotes =
{{reflist|close=1}}
{{Footer}}
[[Category:Documentation]]