Update CLI options with TSA
This commit is contained in:
@@ -11,7 +11,7 @@ This PDF signing library is written in [Go](https://go.dev). The library is in d
|
|||||||
|
|
||||||
## From the command line
|
## From the command line
|
||||||
|
|
||||||
```sh
|
```
|
||||||
Usage of ./pdfsign:
|
Usage of ./pdfsign:
|
||||||
-contact string
|
-contact string
|
||||||
Contact information for signatory
|
Contact information for signatory
|
||||||
@@ -21,6 +21,8 @@ Usage of ./pdfsign:
|
|||||||
Name of the signatory
|
Name of the signatory
|
||||||
-reason string
|
-reason string
|
||||||
Reason for signig
|
Reason for signig
|
||||||
|
-tsa string
|
||||||
|
URL for Time-Stamp Authority (default "https://freetsa.org/tsr")
|
||||||
|
|
||||||
Example usage:
|
Example usage:
|
||||||
./pdfsign -name "Jon Doe" sign input.pdf output.pdf certificate.crt private_key.key [chain.crt]
|
./pdfsign -name "Jon Doe" sign input.pdf output.pdf certificate.crt private_key.key [chain.crt]
|
||||||
|
Reference in New Issue
Block a user