Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho authored Jun 7, 2017
1 parent e27901f commit d0fbc4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ License and algorithms supported by the bindings are as follows:

Note 1: Minicrypto binding is capable of signing a handshake using the certificate's key, but cannot verify a signature sent by the peer.

How to
Building picotls
---

If you have cloned picotls from git then ensure that you have initialised the submodules:
Expand All @@ -37,6 +37,9 @@ Build using cmake:
% make check
```

Using the cli command
---

Run the test server (at 127.0.0.1:8443):
```
% ./cli -c /path/to/certificate.pem -k /path/to/private-key.pem 127.0.0.1 8443
Expand Down

0 comments on commit d0fbc4f

Please sign in to comment.