mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Modified README to reflect Makefile changes
This commit is contained in:
parent
7fd249071f
commit
4ccaf0e275
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
Open make.sh and change second command to point to your include/pythonX.X implementation.
|
||||
Run make.sh
|
||||
Run Make
|
||||
|
||||
Run: 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().
|
||||
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().
|
||||
|
|
|
|||
Loading…
Reference in a new issue