I have learned from the documentation that it is possible to sign git tags and commits.
git config --global user.signingkey 0A46826A
Docs: https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work
This works for GPG. Has somebody done something like this with X509 user certificates?
It looks like GPG is not compatible or interchangeable with x509 pki certificates. Since this is in a corporate environment GPG is not a option.
It would be great if somebody could share thoughts or experiences how this could be done with x509 certs? What would be required and what it takes to implement something like this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…