cleanup documentation

This commit is contained in:
kakwa 2016-09-09 21:45:22 +02:00
parent 16d40692fd
commit 1289daa7ab
1 changed files with 0 additions and 16 deletions

View File

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