Skip to content

Commit

Permalink
added note about server TLS certficate to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rbruenig committed Apr 13, 2019
1 parent 98db4e6 commit 57e1bd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ server
```
./qperf -s
```
*Note*: The server looks for a TLS certificate and key in the current working dir named "server.crt" and "server.key" respectively. You can use a self signed certificate; the client doesn't validate it.


client
```
Expand Down

0 comments on commit 57e1bd7

Please sign in to comment.