mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Formatted SNI README
This commit is contained in:
@@ -13,7 +13,11 @@ client.py - experimental tool for making requests and parsing replies
|
|||||||
|
|
||||||
chocolate_protocol.proto - protocol definition; needs protobuf-compiler
|
chocolate_protocol.proto - protocol definition; needs protobuf-compiler
|
||||||
|
|
||||||
sni_challenge - Assumes Apache server with name based virtual hosts is running (for intended address).
|
sni_challenge -
|
||||||
Call perform_sni_cert_challenge(address, r, nonce) to do the whole 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
|
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
|
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().
|
||||||
|
|||||||
Reference in New Issue
Block a user