GPG
How to generate and use GPG Keys.
Generate Key
gpg --full-generate-key Select defaults or the required option if you have them Select an exp...
Add Keys to Github/Gitea
Github Settings SSH and GPG keys New GPG Key Paste in the public key block Add GPG Key Tu...
Telling Git about your Key
gpg --list-secret-keys --keyid-format=long git config --global user.signingkey <key> Screenshot: