certbot/acme
Jakub Warmuz dc60cdbc7d
User-Agent support in acme (default: acme-python, fixes #1351).
In order to override the default (`acme-python`), clients (including
Let's Encrypt: #858, #1397) should create a custom
acme.clietn.ClientNetwork object and pass it to
acme.client.Client.__init__.
2015-11-07 08:55:54 +00:00
..
acme User-Agent support in acme (default: acme-python, fixes #1351). 2015-11-07 08:55:54 +00:00
docs Include example ACME client in docs 2015-10-28 07:16:40 +00:00
examples Update example ACME client to work with Boulder 2015-10-28 07:27:52 +00:00
LICENSE.txt Update Copyright notice in subpackages LICENSE. 2015-10-04 10:10:41 +00:00
MANIFEST.in MANIFEST: include examples dir for acme 2015-10-24 13:39:38 +00:00
README.rst Fix ACME module description 2015-10-21 17:06:35 -07:00
readthedocs.org.requirements.txt Per subpkg requirements.txt for RTD 2015-10-21 17:06:36 -07:00
setup.py Add Python 2.6 setup.py classifiers. 2015-10-31 11:47:25 +00:00

ACME protocol implementation in Python