From 1289daa7abd3ddaeece1d9f8000fb298a321828b Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 9 Sep 2016 21:45:22 +0200 Subject: [PATCH] cleanup documentation --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 3270a50..320b02b 100644 --- a/README.md +++ b/README.md @@ -17,20 +17,6 @@ Alpha Released under the MIT Public License -## Playing with it - - -```bash -# create some test certificates -$ ./tests/cfg/pki/create_tsa_certs - -# launching the timestamp server with test configuration (debug mode) -$ ./uts-server -c tests/cfg/uts-server.cnf -D - -# in another shell, launching a timestamp client on the README.md file -$ ./goodies/timestamp-file.sh -i README.md -u http://localhost:2020 -r -O "-cert"; -``` - ## Usage ```bash @@ -78,5 +64,3 @@ $ ./uts-server -c tests/cfg/uts-server.cnf -D # in another shell, launching a timestamp script on the README.md file $ ./goodies/timestamp-file.sh -i README.md -u http://localhost:2020 -r -O "-cert"; ``` - -