''Optional:'' Complete the steps below if unfamiliar with GnuPG or if they haven't already been performed.

Have GnuPG initialize your user data folder. <ref>
This will fix eventual <code>gpg: WARNING: unsafe ownership</code> warnings.
</ref>

{{CodeSelect|code=
gpg --fingerprint
}}

Set warning free permissions.

{{CodeSelect|code=
chmod --recursive og-rwx ~/.gnupg
}}