From 1d0acd2aa0e70ad04467c0dc04983b2f787faadc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pablo=20Rodr=C3=ADguez?= Date: Fri, 30 Aug 2024 16:56:03 +0200 Subject: [PATCH] blank line required to display code in `openssl-ts.pod.in` CLA:trivial Reviewed-by: Neil Horman Reviewed-by: Richard Levitte Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25338) (cherry picked from commit 6fd9bc65689cf62854797927121a580bed1565c4) --- doc/man1/openssl-ts.pod.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/man1/openssl-ts.pod.in b/doc/man1/openssl-ts.pod.in index 5f4895b34d6..cd6dfd5305f 100644 --- a/doc/man1/openssl-ts.pod.in +++ b/doc/man1/openssl-ts.pod.in @@ -584,10 +584,12 @@ To verify a timestamp reply that includes the certificate chain: -CAfile cacert.pem To verify a timestamp token against the original data file: + openssl ts -verify -data design2.txt -in design2.tsr \ -CAfile cacert.pem To verify a timestamp token against a message imprint: + openssl ts -verify -digest b7e5d3f93198b38379852f2c04e78d73abdd0f4b \ -in design2.tsr -CAfile cacert.pem -- 2.47.2