Git sign a tag / commit otherthan gpg -


In the guit, can we use an interstate Digital SW to sign tags and use commissions instead of GPG?

Your Suggestions.

I do not believe git tag -s and git tag -V Allow any key but GPG (but I may be wrong). From the man page:

  -s, --sign Create a GPG-signed tag, using the key of the default e-mail address. -v, - Verify verify the GGP signature of given tag names.   

That written, annotated tag, i.e. git tag -a & lt; Tagname & gt; Allow arbitrary messages generated from , as much as commits. There is no reason that you could not paste your keys into the message, and then your upstream retireer (or who has to check) could only manually verify the key. You can see git , and verification should not be difficult for the script.

Comments