I'm currently seeing this message near my Git commits, even though I'm signing them using "git commit -S":
When I check Settings > SSH and GPG Keys, I see the same GPG key Id (see below).
When I run $git config --global user.signingkey
, I get the following result. I've added Xs and Ys to hide the actual value, but the first half is the key listed in "Subkeys" (from the above screenshot), and the second half is the key listed in "Key ID" (again, from the above screenshot):
01XXXXXXXXXXXXXXXXXXXXAYYYYYYYYYYYYYA012
What else do I need to do so that my commits will show-up as Verified?