{{Box|text=
'''Step 1''' [[Secure_Downloads|Securely download]] the key.

{{CodeSelect|code=
{{Curl_Secure_Download}} {{{url}}}
}}

'''Step 2''' Display the key's fingerprint.

{{CodeSelect|code=
gpg --keyid-format long --import --import-options show-only --with-fingerprint {{{source_filename}}}
}}

'''Step 3''' Verify the fingerprint.

The most important check is confirming the key fingerprint <u>exactly</u> matches the output below.

<div class="pre" style="white-space: pre-wrap;">      Key fingerprint = {{{gpg_fingerprint_output}}}</div>

{{mbox
| image   = [[File:Ambox_warning_pn.svg.png|40px]]
| text    =
'''Warning:'''

Do not continue if the fingerprint does not match -- this risks using infected or erroneous files! The whole point of verification is to confirm file integrity.
}}

'''Step 4''' Add the signing key.

{{CodeSelect|code=
sudo cp {{{source_filename}}} {{{target_filename}}}
}}

'''Step 5''' Done.

The key has been added to the keyring.
}}<noinclude>
{{Header}}
[[Category:MultiWiki]]
{{Footer}}
</noinclude>