gitui icon indicating copy to clipboard operation
gitui copied to clipboard

Signing commits with x509 method

Open FlenkerDLR opened this issue 11 months ago • 1 comments

Is your feature request related to a problem? Please describe. I try to sign my commits with the 'x509' method, but I get the error message:

commit error:
sign builder error: Select signing method 'x509' has not been implemented

Describe the solution you'd like It would be nice, if signing commit messages next to 'ssh' and 'GPG' with 'x509' would work, also.

Describe alternatives you've considered My alternative, unfortunately, is to use other tools which support signing with the 'x509' method

Additional context This is the method used in my company, so I can't use the other signing methods here.

FlenkerDLR avatar Feb 11 '25 09:02 FlenkerDLR

This is indeed supported in Git. There is X.509 (S/MIME) support in

Anyone has knowledge what's needed?

miikalaaksonen avatar Mar 20 '25 08:03 miikalaaksonen