Skip to main content
plog timestamp signs the current Merkle root with an RFC 3161 Timestamp Authority.

Usage

plog timestamp
plog timestamp --tsa-url https://your-tsa.com
plog timestamp --list
plog timestamp --verify

Flags

FlagDefaultDescription
--tsa-urlhttps://freetsa.org/tsrTimestamp Authority URL
--listfalseList stored timestamps
--verifyfalseVerify the latest timestamp
--serverUse a remote server
--api-keyAPI key for server authentication
--db~/.provenlog/events.dbLocal SQLite database path

Examples

# Request a timestamp from the default TSA
plog timestamp

# Use a custom TSA
plog timestamp --tsa-url https://your-tsa.com

# List all timestamps
plog timestamp --list

# Verify the latest timestamp
plog timestamp --verify
See RFC 3161 Timestamping for more details.