From 45c081a2b9feaac9b54cb99c24b94d05104b2f41 Mon Sep 17 00:00:00 2001 From: Ted Date: Sun, 17 Feb 2013 21:44:28 +0800 Subject: [PATCH] refine README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fffd45c..46008c9 100644 --- a/README.md +++ b/README.md @@ -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.