]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
blank line required to display code in `openssl-ts.pod.in`
authorPablo Rodríguez <ousia@users.noreply.github.com>
Fri, 30 Aug 2024 14:56:03 +0000 (16:56 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 5 Sep 2024 15:27:30 +0000 (17:27 +0200)
CLA:trivial

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25338)

(cherry picked from commit 6fd9bc65689cf62854797927121a580bed1565c4)

doc/man1/openssl-ts.pod.in

index 5f4895b34d6c4cb71d0ecad991206f1725ac65eb..cd6dfd5305f037850a1e4afccaa410a7f1b301d2 100644 (file)
@@ -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