Skip to content

Commit

Permalink
refine README
Browse files Browse the repository at this point in the history
  • Loading branch information
fengxx committed Feb 17, 2013
1 parent fe0f984 commit 45c081a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -91,7 +91,11 @@ openssl pkcs12 -export -out client1.pfx -inkey client1.pem -in client1.cer
```

Now run the SPDY proxy server as

```bash
#use -C and -a to validate client certificate
spdyproxy -k keys/mykey.pem -c keys/mycert.pem -p 44300 -a keys/mycert.pem -C
```

To use the proxy server, a client certificate must be presented.

Expand Down

0 comments on commit 45c081a

Please sign in to comment.