mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
* 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