letsencrypt v1.0.0 Release Notes

Release Date: 2019-12-03 // over 4 years ago
  • โœ‚ Removed

    • ๐Ÿ“ฆ The docs extras for the certbot-apache and certbot-nginx packages
      ๐Ÿšš have been removed.

    ๐Ÿ”„ Changed

    • ๐Ÿ—„ certbot-auto has deprecated support for systems using OpenSSL 1.0.1 that are
      not running on x86-64. This primarily affects RHEL 6 based systems.
    • ๐Ÿšš Certbot's config_changes subcommand has been removed
    • ๐Ÿšš certbot.plugins.common.TLSSNI01 has been removed.
    • ๐Ÿ—„ Deprecated attributes related to the TLS-SNI-01 challenge in
      acme.challenges and acme.standalone
      ๐Ÿšš have been removed.
    • The functions certbot.client.view_config_changes,
      certbot.main.config_changes,
      certbot.plugins.common.Installer.view_config_changes,
      certbot.reverter.Reverter.view_config_changes, and
      certbot.util.get_systemd_os_info have been removed
    • โšก๏ธ Certbot's register --update-registration subcommand has been removed
    • ๐Ÿ”ง When possible, default to automatically configuring the webserver so all requests
      redirect to secure HTTPS access. This is mostly relevant when running Certbot
      0๏ธโƒฃ in non-interactive mode. Previously, the default was to not redirect all requests.