50791d4be6
- update to version 0.40.1 * --server may now be combined with --dry-run. * --dry-run now requests fresh authorizations every time, fixing the issue where it was prone to falsely reporting success. * The OS detection logic again uses distro library for Linux OSes * certbot.plugins.common.TLSSNI01 has been deprecated and will be removed in a future release. * CLI flags --tls-sni-01-port and --tls-sni-01-address have been removed. * The values tls-sni and tls-sni-01 for the --preferred-challenges flag are no longer accepted. * Removed the flags: --agree-dev-preview, --dialog, and --apache-init-script
Markéta Machová2019-11-14 12:22:07 +00:00
3b6dcfa605
- update to version 0.39.0 * Support for Python 3.8 was added to Certbot and all of its components.
Markéta Machová2019-10-02 10:03:02 +00:00
7a463bfcb1
Accepting request 730161 from devel:languages:python:certbot
Ludwig Nussel
2019-09-13 12:59:01 +00:00
410d6a5f1f
- update to version 0.38.0 * If Certbot fails to rollback your server configuration, the error message links to the Let's Encrypt forum. * Replace platform.linux_distribution with distro.linux_distribution as a step towards Python 3.8 support in Certbot.
Markéta Machová2019-09-11 12:36:34 +00:00
852b4898f9
- update to version 0.36.0 * Update the 'manage your account' help to be more generic. * Certbot's config_changes subcommand has been deprecated and will be removed in a future release. * certbot config_changes no longer accepts a --num parameter. * The functions certbot.plugins.common.Installer.view_config_changes and certbot.reverter.Reverter.view_config_changes have been deprecated and will be removed in a future release.
Markéta Machová2019-07-17 13:45:34 +00:00
ab0d2c8ff8
- update to 0.35.1 * Renewal parameter webroot_path is always saved. * Scripts in Certbot hook directories are no longer executed when their filenames end in a tilde.
Markéta Machová2019-06-18 09:44:00 +00:00
e270f53a96
- update to 0.34.2: * Apache plugin now tries to restart httpd on Fedora using systemctl if a configuration test error is detected. This has to be done due to the way Fedora now generates the self signed certificate files upon first restart. * Updated Certbot and its plugins to improve the handling of file system permissions on Windows as a step towards adding proper Windows support to Certbot. * Updated urllib3 to 1.24.2 in certbot-auto. * Removed the fallback introduced with 0.32.0 in acme to retry a challenge response with a keyAuthorization if sending the response without this field caused a malformed error to be received from the ACME server. * Linode DNS plugin now supports api keys created from their new panel at [cloud.linode.com](https://cloud.linode.com) * Adding a warning noting that future versions of Certbot will automatically configure the webserver so that all requests redirect to secure HTTPS access. You can control this behavior and disable this warning with the --redirect and --no-redirect flags. * certbot-auto now prints warnings when run as root with insecure file system permissions. If you see these messages, you should fix the problem by following the instructions at https://community.letsencrypt.org/t/certbot-auto-deployment-best-practices/91979/, however, these warnings can be disabled as necessary with the flag --no-permissions-check. * acme module uses now a POST-as-GET request to retrieve the registration from an ACME v2 server * Convert the tsig algorithm specified in the certbot_dns_rfc2136 configuration file to all uppercase letters before validating. This makes the value in the config case insensitive.
Dirk Mueller2019-05-18 23:25:01 +00:00
bdd144bade
Accepting request 672747 from home:mcalabkova:branches:devel:languages:python:certbot
Tomáš Chvátal
2019-02-10 10:20:48 +00:00
c1552b0ea2
Accepting request 669788 from devel:languages:python:certbot
Stephan Kulow
2019-02-02 20:48:50 +00:00
b0a4fb0b3a
- Update to 0.30.2: * Update the version of setuptools pinned in certbot-auto to 40.6.3 to solve installation problems on newer OSes. * Always download the pinned version of pip in pipstrap to address breakages * Rename old,default.conf to old-and-default.conf to address commas in filenames breaking recent versions of pip. * Add VIRTUALENV_NO_DOWNLOAD=1 to all calls to virtualenv to address breakages from venv downloading the latest pip * Added the update_account subcommand for account management commands.
Tomáš Chvátal
2019-01-29 11:42:16 +00:00
201642c5b7
- update to 0.29.1: * The default work and log directories have been changed back to /var/lib/letsencrypt and /var/log/letsencrypt respectively. * Noninteractive renewals with certbot renew (those not started from a terminal) now randomly sleep 1-480 seconds before beginning work in order to spread out load spikes on the server side. * Added External Account Binding support in cli and acme library. Command line arguments --eab-kid and --eab-hmac-key added. * Private key permissioning changes: Renewal preserves existing group mode & gid of previous private key material. Private keys for new lineages (i.e. new certs, not renewed) default to 0o600. * Update code and dependencies to clean up Resource and Deprecation Warnings. * Only depend on imgconverter extension for Sphinx >= 1.6 - update URL
Thomas Bechtold2018-12-15 07:23:00 +00:00
3a6bee5efe
- Provide and obsolete certbot main package too to ensure we can migrate to the new split setup directly
Tomáš Chvátal
2018-10-03 10:03:03 +00:00