Imperative configuration example:
git config gpg.format ssh
git config user.signingKey /path/to/private/ed25519key
git commit -S -m "signed commit"
git tag --sign --annotate -m "signed tag" v0.1.0Now we can verify the signatures with allowed_signers file:
