mirror of
https://github.com/certbot/certbot.git
synced 2026-03-28 05:13:05 -04:00
Formatted SNI README
This commit is contained in:
parent
4ccaf0e275
commit
e689c033a0
2 changed files with 10 additions and 4 deletions
|
|
@ -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?)
|
||||
|
|
|
|||
|
|
@ -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().
|
||||
|
|
|
|||
Loading…
Reference in a new issue