certbot/acme/acme
alexzorin f743dbec3a
certbot: add --preferred-chain (#8080)
* acme: add support for alternative cert. chains

* certbot: add --preferred-chain

* remove support for issuer SKI matching

* show --preferred-chain in "run" help

* warn if no chain matched and it's not a dry-run

* fix existing failing tests

* add unit, integration tests

* bump acme dependency to dev version

* simplify test to avoid py2.7 recursion bug

* add preferred_chain to STR_CONFIG_ITEMS

* reduce preferred_chain warning to info level

* acme: fix some docstrings in .messages

* certbot: fix docstring in crypto_util

* try to fix certbot-nginx acme dep problem
2020-06-30 17:45:39 -07:00
..
__init__.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
challenges.py Fix acme compliance to RFC 8555 (#7176) 2020-03-13 09:56:35 -07:00
client.py certbot: add --preferred-chain (#8080) 2020-06-30 17:45:39 -07:00
crypto_util.py Reimplement tls-alpn-01 in acme (#6886) 2020-03-12 13:53:19 -07:00
errors.py Lint certbot code on Python 3, and update Pylint to the latest version (#7551) 2019-12-10 14:12:50 -08:00
fields.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
jws.py Fix spurious pylint errors. (#7780) 2020-02-18 11:55:48 -08:00
magic_typing.py Cleanup more pylint issues (#7848) 2020-03-16 09:43:48 -07:00
messages.py certbot: add --preferred-chain (#8080) 2020-06-30 17:45:39 -07:00
mixins.py Fix acme compliance to RFC 8555 (#7176) 2020-03-13 09:56:35 -07:00
standalone.py acme: socket timeout for HTTP standalone servers (#7388) 2020-04-01 23:53:58 +02:00
util.py Remove optional dependencies (#4088) 2017-01-30 16:55:54 -08:00