0x2b3bfa0 / git-timestamp

Boilerplate repository for RFC3161 TSA Git repository timestamping.

Home Page:https://github.com/0x2b3bfa0/git-timestamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-timestamp

Boilerplate repository for RFC3161 TSA Git repository commit timestamping.

Requirements

  • coreutils
  • openssl
  • curl

Install

  1. Copy the ./timestamp directory to the root of your repository.

  2. Set up Git to use the included hook scripts:

    git config --local core.hooksPath timestamp/hooks
  3. Create a test commit and check the timestamp directory.

Settings

You can choose which timestamping authority servers to use by editing ./timestamp/servers.list file.

Persistence

Hooks won't remain enabled across devices, so you'll need to run the git config command each time you clone the repository to a new device.

About

Boilerplate repository for RFC3161 TSA Git repository timestamping.

https://github.com/0x2b3bfa0/git-timestamp

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%