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().