[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: please use signed git commits (and tags)



Le 24/05/2015 13:02, Thomas Koch a écrit :
> - Tell git what key to use:
> 
> git config --global user.signingkey $YOURKEYID
> 
> - sign one commit: git commit --gpg-sign
> 
> - always sign all commits:
> 
> git config --global commit.gpgsign true
> 
> - Verifiy commits
> 
> git log --show-signature

What will occur when the signing key expires or must be revoked ?

Is the signature checked for validity at the date of the commit or
at the date of the verification?

  Regards
    Vincent

-- 
Vincent Danjean       GPG key ID 0xD17897FA         vdanjean@debian.org
GPG key fingerprint: 621E 3509 654D D77C 43F5  CA4A F6AE F2AF D178 97FA
Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://people.debian.org/~vdanjean/debian unstable main


Reply to: