X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fapps%2Ftsget.pod;h=b05957beea6b838e6efcbd6c018006207a4bb2f0;hp=5f48d1e4fdf53c8e9def3538d496883bd424a3c3;hb=6084c797a84265c30c12ab71795b6f2255db6f10;hpb=2be3d6ebc8cb5ee14f7a9792cd67491a5132cace diff --git a/doc/apps/tsget.pod b/doc/apps/tsget.pod index 5f48d1e4fd..b05957beea 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