certbot formerly letsencrypt client for Lets Encrypt Certificates

Edit Package certbot
https://certbot.eff.org/

ATTENTION: Version 1.23.0 is the last version which can be use in Leap.
Version >= 1.24 need python3 >= 3.7

Certbot (previously, the Let's Encrypt client) is an easy-to-use automatic client that fetches and deploys
SSL/TLS certificates for your webserver.
Certbot was developed by EFF and others as a client for Let’s Encrypt and was previously known as
“the official Let’s Encrypt client” or “the Let’s Encrypt Python client.”
Certbot will also work with any other CAs that support the ACME protocol.

While there are many other clients that implement the ACME protocol to fetch certificates, Certbot is the
most extensive client and can automatically configure your webserver to start serving over HTTPS immediately.
For Apache, it can also optionally automate security tasks such as tuning ciphersuites and enabling important
security features such as HTTP → HTTPS redirects, OCSP stapling, HSTS, and upgrade-insecure-requests.

Certbot is part of EFF’s larger effort to encrypt the entire Internet. Websites need to use HTTPS to secure
the web. Along with HTTPS Everywhere, Certbot aims to build a network that is more structurally private,
safe, and protected against censorship.

Refresh
Refresh
Source Files
Filename Size Changed
README.SUSE 0000001749 1.71 KB
certbot-1.18.0.tar.gz 0001332615 1.27 MB
certbot-cli.ini.patch 0000001950 1.9 KB
certbot-fix_constants.patch 0000026515 25.9 KB
certbot-repoze.sphinx.autointerface.patch 0000000435 435 Bytes
certbot.changes 0000072786 71.1 KB
certbot.cron 0000000949 949 Bytes
certbot.rpmlintrc 0000000153 153 Bytes
certbot.spec 0000019930 19.5 KB
Revision 200 (latest revision is 238)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 200)
- Update to 1.18.0
  * Added
    - New functions that Certbot plugins can use to interact with the user have
      been added to certbot.display.util. We plan to deprecate using IDisplay
      with zope in favor of these new functions in the future.
    - The Plugin, Authenticator and Installer classes are added to
      certbot.interfaces module as alternatives to Certbot's current zope based
      plugin interfaces. The API of these interfaces is identical, but they are
      based on Python's abc module instead of zope. Certbot will continue to
      detect plugins that implement either interface, but we plan to drop support
      for zope based interfaces in a future version of Certbot.
    - The class certbot.configuration.NamespaceConfig is added to the Certbot's
      public API.
  * Changed
    - When self-validating HTTP-01 challenges using
      acme.challenges.HTTP01Response.simple_verify, we now assume that the response
      is composed of only ASCII characters. Previously we were relying on the
      default behavior of the requests library which tries to guess the encoding of
      the response which was error prone.
    - acme: the .client.Client and .client.BackwardsCompatibleClientV2 classes
      are now deprecated in favor of .client.ClientV2.
    - The certbot.tests.patch_get_utility* functions have been deprecated.
      Plugins should now patch certbot.display.util themselves in their tests or
      use certbot.tests.util.patch_display_util as a temporary workaround.
    - In order to simplify the transition to Certbot's new plugin interfaces, the
      classes Plugin and Installer in certbot.plugins.common module and
      certbot.plugins.dns_common.DNSAuthenticator now implement Certbot's new
      plugin interfaces. The Certbot plugins based on these classes are now
      automatically detected as implementing these interfaces.
    - We added a dependency on chardet to our acme library so that it will be
Comments 2

Yunhe Guo's avatar

Does it make sense to use systemd instead of cron? It will be easier to enable/disable in YaST and monitor errors.


Eric Schirra's avatar

I am not a friend of systemd. And certainly not from systemd cron. Sorry.

openSUSE Build Service is sponsored by