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"; ``` - -