Slight update to README

This commit is contained in:
James Kasten 2012-08-01 14:23:25 -04:00
parent 5a07d530f9
commit 91907b1264

View file

@ -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?)