Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulie R <jroddeveloper@gmail.com>2019-02-23 05:02:43 +0300
committerohemorange <ebportnoy@gmail.com>2019-02-23 05:02:43 +0300
commit401045be89d241bad01ebb8e933bdb83f836bc20 (patch)
tree0efc31e864d9acab9f907bebddf0898fb518b3cc /tests/display.py
parent31b4b8e57c542577d35a20f87eaad60d5ce37193 (diff)
Add acme library usage example (http-01) (#5494)
* Add acme library usage example Create, edit and deactivate account. Setup and perform http-01 challenge. Issue, renew and revoke certificate. * Adapt example to ACME-v2 and exclude data persistence The code to persist/load data would length this example and distract from what is actually important. * Fix domain names and e-mail addresses * Remove unnecessary license header This usage example is under the license for the acme package. * Remove logging information The code will be mostly read by developers, so simplify the logging info into comments. * Revert abstraction of simple methods All methods that are used only once in this example were expanded into the main code in order to make the process more explicit. * Fix missing URL suffix * Improve aesthetics and reorganize workflow Also make words capitalization consistent and improve comments. No complaints from pep8.
Diffstat (limited to 'tests/display.py')
0 files changed, 0 insertions, 0 deletions