NAME

tsd-create - Create a TimeStampedData (.tsd) file from a file and timestamp

SYNOPSIS

tsd-create [options] input_file

Options: -t, --timestamp FILE Timestamp file (.tsr) to use -o, --output FILE Output .tsd file (default: input_file.tsd) -v, --verbose Verbose output -h, --help Show this help --version Show version

DESCRIPTION

Creates a TimeStampedData (.tsd) file by combining an input file with a timestamp token (.tsr file). The timestamp file should be a valid RFC 3161 TimeStampToken in DER format.

EXAMPLES

# Create TSD file with timestamp
tsd-create -t timestamp.tsr document.pdf

# Specify output file
tsd-create -t timestamp.tsr -o document.tsd document.pdf

# Verbose output
tsd-create -v -t timestamp.tsr document.pdf

SEE ALSO

Crypt::TSD, Crypt::TimestampedData