summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsteve <steve>2010-01-05 17:16:54 +0000
committersteve <steve>2010-01-05 17:16:54 +0000
commit22c65de4ca5d37257261168f5d6704d3e3b57349 (patch)
tree0be127d665c749f0057535df709c2de5fda4342d /doc
parent718fd0d8fe638a3959589dae060b9958bff09f27 (diff)
downloadopenssl-22c65de4ca5d37257261168f5d6704d3e3b57349.tar.gz
Remove tabs on blank lines: they produce warnings in pod2man
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/tsget.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/apps/tsget.pod b/doc/apps/tsget.pod
index 5f48d1e4f..b05957bee 100644
--- a/doc/apps/tsget.pod
+++ b/doc/apps/tsget.pod
@@ -144,25 +144,25 @@ absolute path.
Get a time stamp response for file1.tsq over HTTP, output is written to
file1.tsr:
-
+
tsget -h http://tsa.opentsa.org:8080/tsa file1.tsq
Get a time stamp response for file1.tsq and file2.tsq over HTTP showing
progress, output is written to file1.reply and file2.reply respectively:
-
+
tsget -h http://tsa.opentsa.org:8080/tsa -v -e .reply \
file1.tsq file2.tsq
Create a time stamp request, write it to file3.tsq, send it to the server and
write the response to file3.tsr:
-
+
openssl ts -query -data file3.txt -cert | tee file3.tsq \
| tsget -h http://tsa.opentsa.org:8080/tsa \
-o file3.tsr
Get a time stamp response for file1.tsq over HTTPS without client
authentication:
-
+
tsget -h https://tsa.opentsa.org:8443/tsa \
-C cacerts.pem file1.tsq