Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.21 KB

gitsign.md

File metadata and controls

30 lines (23 loc) · 1.21 KB

gitsign

Keyless Git signing with Sigstore!

gitsign [flags]

Options

  -a, --armor               create ascii armored output
  -b, --detach-sign         make a detached signature
  -h, --help                help for gitsign
      --include-certs int   -3 is the same as -2, but omits issuer when cert has Authority Information Access extension. -2 includes all certs except root. -1 includes all certs. 0 includes no certs. 1 includes leaf cert. >1 includes n from the leaf. Default -2. (default -2)
  -u, --local-user string   use USER-ID to sign
  -s, --sign                make a signature
      --status-fd int       write special status strings to the file descriptor n. (default -1)
  -v, --verify              verify a signature
      --version             print Gitsign version

SEE ALSO