From c29cd8aa5f31c857700c750c709d3a289614a3af Mon Sep 17 00:00:00 2001 From: Eric Walker Date: Mon, 2 Dec 2013 10:38:11 +0100 Subject: [PATCH] corrected typo in instructions for "run the server" Keygen instructions suggestion using the folder named "cert". Server run instructions use the folder "certs". This change harmonizes the two to be "cert". --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d599779..20a96fc 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ You're ready to run the server: $ ./bin/redoctober -addr=localhost:8080 \ -vaultpath=diskrecord.json \ - -cert=certs/server.crt \ - -key=certs/server.pem \ + -cert=cert/server.crt \ + -key=cert/server.pem \ -static=$GOPATH/src/github.com/cloudflare/redoctober/index.html ## Quick start: example webapp