From 91907b1264c0cfdd7ca0d300f7d197eb65e53f73 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Wed, 1 Aug 2012 14:23:25 -0400 Subject: [PATCH] Slight update to README --- server-ca/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server-ca/README b/server-ca/README index 5c2e7726b..123dc4921 100644 --- a/server-ca/README +++ b/server-ca/README @@ -20,8 +20,8 @@ chocolate_protocol.proto - protocol definition; needs protobuf-compiler sni_challenge - Assumes Apache server with name based virtual hosts is running (for intended address). - Call perform_sni_cert_challenge(address, r, nonce) to do the whole - challenge. + Call perform_sni_cert_challenge(address, r, nonce) to verify the + server. Example code is given in main method Right now requires full path specification of CSR/KEY in the Global Variables (how should this be specified?)