From e689c033a0b2fe22c8df41cbed97327e66792d00 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Thu, 28 Jun 2012 22:46:59 -0400 Subject: [PATCH] Formatted SNI README --- client-webserver/README | 10 +++++++--- server-ca/sni_challenge/README | 4 +++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/client-webserver/README b/client-webserver/README index 8bb971b3e..6d2d36f64 100644 --- a/client-webserver/README +++ b/client-webserver/README @@ -13,7 +13,11 @@ client.py - experimental tool for making requests and parsing replies 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. +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. 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?) + Right now requires full path specification of CSR/KEY in the Global + Variables (how should this be specified?) diff --git a/server-ca/sni_challenge/README b/server-ca/sni_challenge/README index 3664bd2e3..ca33f287a 100644 --- a/server-ca/sni_challenge/README +++ b/server-ca/sni_challenge/README @@ -1,3 +1,5 @@ Run Make -To verify challenge: make a call to verify_challenge(address, r, nonce). Nonce and r must match up to original challenge values. Example code is given in main(). +Verify Challenge: make a call to verify_challenge(address, r, nonce) + Nonce and r must match up to original challenge values. + Example code is given in main().