From b0aed91f8a7395f74087ad300d30d716501bdab1 Mon Sep 17 00:00:00 2001 From: Paul van Brouwershaven Date: Thu, 30 Jun 2022 18:04:54 +0200 Subject: [PATCH] Update CLI options with TSA --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a03bd52..76d387a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This PDF signing library is written in [Go](https://go.dev). The library is in d ## From the command line -```sh +``` Usage of ./pdfsign: -contact string Contact information for signatory @@ -21,6 +21,8 @@ Usage of ./pdfsign: Name of the signatory -reason string Reason for signig + -tsa string + URL for Time-Stamp Authority (default "https://freetsa.org/tsr") Example usage: ./pdfsign -name "Jon Doe" sign input.pdf output.pdf certificate.crt private_key.key [chain.crt]