From a4807656a2ee39bb06a52c96f0eabc72cf8b2a63 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 14 Jun 2010 14:34:05 -0500 Subject: [PATCH] Move cert gen to Usage section of README.md. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 05e57c90..61eb3164 100644 --- a/README.md +++ b/README.md @@ -43,17 +43,17 @@ There a few reasons why a proxy is required: the client asks the proxy (using the initial query string) to add sequence numbers to each packet. -To encrypt the traffic using the WebSocket 'wss://' URI scheme you -need to generate a certificate for the proxy to load. You can generate -a self-signed certificate using openssl. The common name should be the -hostname of the server where the proxy will be running: - - `openssl req -new -x509 -days 365 -nodes -out self.pem -keyout self.pem` - Usage ----- +* To encrypt the traffic using the WebSocket 'wss://' URI scheme you + need to generate a certificate for the proxy to load. You can generate + a self-signed certificate using openssl. The common name should be the + hostname of the server where the proxy will be running: + + `openssl req -new -x509 -days 365 -nodes -out self.pem -keyout self.pem` + * run a VNC server. `vncserver :1`