147 Commits

Author SHA256 Message Date
d4419c39ce Accepting request 1302582 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1302582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=60
2025-09-03 19:08:31 +00:00
a66840214e - Update to 5.0.0
* Certbot now stores the Retry-After value given by ACME Renewal Info (ARI)
    so the value can be respected across multiple Certbot runs.
  * Added uv as a test dependency, and switched most pip invocations to uv pip
    for faster installs.
  * certbot.ocsp.RevocationChecker.__init__ no longer accepts the parameter
    enforce_openssl_binary_usage and always uses the cryptography library
    for OCSP checking.
  * Python 3.9 support was removed.
  * Migrated most functionality from setup.py to pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=140
2025-09-03 12:19:52 +00:00
2a803069a1 Accepting request 1299119 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1299119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=59
2025-08-13 14:30:33 +00:00
a4f4e53fe2 - Update to 4.2.0
* Added --eab-hmac-alg parameter to support custom HMAC algorithm for
    External Account Binding.
  * Catches and ignores errors during the directory fetch for ARI checking
    so that these errors do not hinder the actual certificate issuance.
  * Removed the dependency on pytz
  * Support for Python 3.9 was deprecated and will be removed in our next
    planned release.
  * The Certbot snap no longer sets the environment variable PYTHONPATH
    stopping it from picking up Python files in the current directory
    and polluting the environment for Certbot hooks written in Python.
  * Previously, we claimed to set FAILED_DOMAINS and RENEWED_DOMAINS env
    variables for use by post-hooks when certificate renewals fail, but
    we were not actually setting them. Now, we are.
  * Certbot now always uses the server value from the renewal configuration
    file for ARI checks instead of the server value from the current
    invocation of Certbot. This helps prevent ARI requests from going to the
    wrong server if the user changes CAs.
- Make the libalternatives transition conditional

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=138
2025-08-12 15:58:21 +00:00
8b79b2a697 Accepting request 1288528 from devel:languages:python:certbot
- Convert to libalternatives
- Drop some ancient compatibility code

OBS-URL: https://build.opensuse.org/request/show/1288528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=58
2025-06-26 09:39:28 +00:00
b6792978cd - Convert to libalternatives
- Drop some ancient compatibility code

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=136
2025-06-25 12:15:52 +00:00
57125d1aef Accepting request 1286006 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1286006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=57
2025-06-16 10:26:23 +00:00
f9e3ef8a64 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=134 2025-06-13 15:06:40 +00:00
fd669cda8b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=133 2025-06-13 15:02:45 +00:00
09a3e5b47e - Update to 4.1.1
* Deprecated parameter enforce_openssl_binary_usage from
    certbot.ocsp.RevocationChecker.
  * The --preferred-profile and --required-profile flags now have their
    values stored in the renewal configuration so the same setting will
    be used on renewal.
  * No longer checks ARI during certbot --dry-run.
  * Fixed an unintended change introduced in 4.0.0 where renew_before_expiry
    could not be shorter than certbot's default renewal time.
  * Switched to src-layout from flat-layout to accommodate PEP 517 pip
    editable installs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=132
2025-06-13 14:41:40 +00:00
95f453c79e Accepting request 1271240 from devel:languages:python:certbot
- Update to 4.0.0:
  * Added
    + The --preferred-profile and --required-profile flags allow requesting
      a profile.
  * Changed
    + Certificates now renew with 1/3rd of lifetime left (or 1/2 of lifetime
      left, if the lifetime is shorter than 10 days).
    + removed acme.crypto_util._pyopenssl_cert_or_req_all_names
    + removed acme.crypto_util._pyopenssl_cert_or_req_san
    + removed acme.crypto_util.dump_pyopenssl_chain
    + removed acme.crypto_util.gen_ss_cert
    + removed certbot.crypto_util.dump_pyopenssl_chain
    + removed certbot.crypto_util.pyopenssl_load_certificate
  * Fixed
    + Moved RewriteEngine on directive added during apache http01
      authentication to the end of the virtual host, so that it overwrites
      any RewriteEngine off directives that already exist and allows
      redirection to the challenge URL.

OBS-URL: https://build.opensuse.org/request/show/1271240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=56
2025-04-22 15:28:57 +00:00
7e957d9eca - Update to 4.0.0:
* Added
    + The --preferred-profile and --required-profile flags allow requesting
      a profile.
  * Changed
    + Certificates now renew with 1/3rd of lifetime left (or 1/2 of lifetime
      left, if the lifetime is shorter than 10 days).
    + removed acme.crypto_util._pyopenssl_cert_or_req_all_names
    + removed acme.crypto_util._pyopenssl_cert_or_req_san
    + removed acme.crypto_util.dump_pyopenssl_chain
    + removed acme.crypto_util.gen_ss_cert
    + removed certbot.crypto_util.dump_pyopenssl_chain
    + removed certbot.crypto_util.pyopenssl_load_certificate
  * Fixed
    + Moved RewriteEngine on directive added during apache http01
      authentication to the end of the virtual host, so that it overwrites
      any RewriteEngine off directives that already exist and allows
      redirection to the challenge URL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=130
2025-04-22 03:35:58 +00:00
71fe30866c Accepting request 1254987 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1254987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=55
2025-03-21 19:23:24 +00:00
105d562683 - Update to 3.3.0
* The --register-unsafely-without-email flag is no longer needed
    in non-interactive mode.
  * In interactive mode, pressing Enter at the email prompt will
    register without an email.
  * deprecated certbot.crypto_util.dump_pyopenssl_chain
  * deprecated certbot.crypto_util.pyopenssl_load_certificate
  * Fixed a bug introduced in Certbot 3.1.0 where OpenSSL environment
    variables needed in our snap configuration were persisted in calls
    to external programs like nginx which could cause them to fail to
    load OpenSSL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=128
2025-03-21 12:24:37 +00:00
2be72aa29b Accepting request 1247394 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1247394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=54
2025-02-20 15:41:53 +00:00
7099a5ec2e - update to 3.2.0:
* certbot-nginx now requires pyparsing>=2.4.7.
  * certbot and its acme library now require
    cryptography>=43.0.0.
  * certbot-nginx and our acme library now require
    pyOpenSSL>=25.0.0.
  * Deprecated `gen_ss_cert` in `acme.crypto_util` as it uses
    deprecated pyOpenSSL API.
  * Add `make_self_signed_cert` to `acme.crypto_util` to replace
    `gen_ss_cert.
  * Directory hooks are now run on all commands by default, not
    just `renew`
  * Help output now shows `False` as default when it can be set
    via `cli.ini` instead of `None`
  * Changed terms of service agreement text to have a newline
    after the TOS link
  * certbot-cloudflare-dns is now pinned to version 2.19 of
    Cloudflare's python library
  * Our runtime dependency on setuptools has been dropped from all
  * The csr_dir and key_dir attributes on
  * Support for Python 3.8 was deprecated and will be removed in our
  * Fixed a bug in Certbot where a CSR's SANs did not always follow
    the order of the domain names that the user requested interactively.
    In some cases, the resulting cert's common name might seem picked
    up randomly from the SANs when it should be the first item the user

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=126
2025-02-13 11:24:57 +00:00
f8b6267484 Accepting request 1240555 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1240555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=53
2025-01-27 19:56:57 +00:00
56703b28a6 remove glob in files
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=124
2025-01-27 14:23:02 +00:00
89aa193d9b - Update to 3.1.0
* Python 3.8 support was removed.
  * Our runtime dependency on setuptools has been dropped from all 
    Certbot components.
  * Certbot's packages no longer depend on library importlib_resources.
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=123
2025-01-27 14:11:26 +00:00
d71206df3b Accepting request 1228065 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1228065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=52
2024-12-03 19:48:14 +00:00
277b11b778 - Update to 3.0.1
* The update_symlinks command was removed.
  * The csr_dir and key_dir attributes on 
    certbot.configuration.NamespaceConfig were removed.
  * The --manual-public-ip-logging-ok command line flag was removed.
  * Support for Python 3.8 was deprecated and will be removed in our 
    next planned release.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=121
2024-12-03 14:48:46 +00:00
77d79f8550 Accepting request 1183167 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1183167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=51
2024-06-25 21:08:57 +00:00
8c95e397e7 - update to 2.11.0
* Fixed a bug in Certbot where a CSR's SANs did not always follow 
    the order of the domain names that the user requested interactively. 
    In some cases, the resulting cert's common name might seem picked 
    up randomly from the SANs when it should be the first item the user 
    had in mind.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=119
2024-06-25 12:16:36 +00:00
8fb415a9d9 Accepting request 1174588 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1174588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=50
2024-05-16 15:17:25 +00:00
8728c3905c - update to 2.10.0:
* We no longer publish our beta Windows installer as was
    originally announced

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=117
2024-05-09 13:50:24 +00:00
47b7c8ecec Accepting request 1145433 from devel:languages:python:certbot
- update to 2.9.0:
  * Support for Python 3.12 was added.
  * Updates `joinpath` syntax to only use one addition per call,
    because the multiple inputs version was causing mypy errors
    on Python 3.10.
  * Makes the `reconfigure` verb actually use the staging server
    for the dry run to check the new configuration.

- Add %{?sle15_python_module_pythons}

  * The default key type for new certificates is now ECDSA secp256r1 (P-256). It was
  * Certbot will now error if a certificate has --reuse-key set and a conflicting --key-type,
    --key-size or --elliptic-curve is requested on the CLI. Use --new-key to change the key
  * The zope based interfaces in certbot.interfaces have been removed in favor of the abc
  * Removed deprecated functions certbot.tests.util.patch_get_utility*. Plugins should now patch
    certbot.display.util themselves in their tests or use certbot.tests.util.patch_display_util
  * Fixes a bug where the certbot working directory has unusably restrictive permissions on
  * Certbot will no longer respect very long challenge polling intervals, which may be suggested
    by some ACME servers. Certbot will continue to wait up to 90 seconds by default, or up to
  * Allow a user to modify the configuration of a certificate without renewing it using the new
  * Certbot will no longer save previous CSRs and certificate private keys to /etc/letsencrypt/csr
  * Certbot will now only keep the current and 5 previous certificates in the /etc/letsencrypt/archive
    directory for each certificate lineage. Any prior certificates will be automatically deleted upon
  * We deprecated support for the update_symlinks command. Support will be removed in a following
  * Optionally sign the SOA query for dns-rfc2136, to help resolve problems with split-view DNS setups
  * Certbot will no longer try to invoke plugins which do not subclass from the proper certbot.interfaces.{Installer,Authenticator}
  * If Certbot exits before setting up its usual log files, the temporary
    directory created to save logging information will begin with the name
    certbot-log- rather than a generic name. This should not be considered a
  * Fixed an incompatibility in the certbot-dns-cloudflare plugin and the

OBS-URL: https://build.opensuse.org/request/show/1145433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=49
2024-02-09 22:54:34 +00:00
4b472621b6 - update to 2.9.0:
* Support for Python 3.12 was added.
  * Updates `joinpath` syntax to only use one addition per call,
    because the multiple inputs version was causing mypy errors
    on Python 3.10.
  * Makes the `reconfigure` verb actually use the staging server
    for the dry run to check the new configuration.
  * The default key type for new certificates is now ECDSA secp256r1 (P-256). It was
  * Certbot will now error if a certificate has --reuse-key set and a conflicting --key-type,
    --key-size or --elliptic-curve is requested on the CLI. Use --new-key to change the key
  * The zope based interfaces in certbot.interfaces have been removed in favor of the abc
  * Removed deprecated functions certbot.tests.util.patch_get_utility*. Plugins should now patch
    certbot.display.util themselves in their tests or use certbot.tests.util.patch_display_util
  * Fixes a bug where the certbot working directory has unusably restrictive permissions on
  * Certbot will no longer respect very long challenge polling intervals, which may be suggested
    by some ACME servers. Certbot will continue to wait up to 90 seconds by default, or up to
  * Allow a user to modify the configuration of a certificate without renewing it using the new
  * Certbot will no longer save previous CSRs and certificate private keys to /etc/letsencrypt/csr
  * Certbot will now only keep the current and 5 previous certificates in the /etc/letsencrypt/archive
    directory for each certificate lineage. Any prior certificates will be automatically deleted upon
  * We deprecated support for the update_symlinks command. Support will be removed in a following
  * Optionally sign the SOA query for dns-rfc2136, to help resolve problems with split-view DNS setups
  * Certbot will no longer try to invoke plugins which do not subclass from the proper certbot.interfaces.{Installer,Authenticator}
  * If Certbot exits before setting up its usual log files, the temporary
    directory created to save logging information will begin with the name
    certbot-log- rather than a generic name. This should not be considered a
  * Fixed an incompatibility in the certbot-dns-cloudflare plugin and the
    Cloudflare library which was introduced in the Cloudflare library version
    2.10.1. The library would raise an error if a token was specified in the
    Certbot --dns-cloudflare-credentials file as well as the cloudflare.cfg

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=115
2024-02-09 13:25:07 +00:00
423455e790 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=114
2024-02-07 12:38:17 +00:00
29d986c0bf Accepting request 1133000 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1133000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=48
2023-12-14 21:02:50 +00:00
f3df20bfa5 - Update to 2.8.0
* Support for Python 3.7 was removed.
  * Stop using the deprecated pkg_resources API included in setuptools.

Note: delegate the lexicon fixes to the home branch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=112
2023-12-07 10:42:45 +00:00
30023c0eb4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=111 2023-11-16 14:59:50 +00:00
d19489cc28 oops
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=110
2023-11-16 14:43:35 +00:00
83092bd5ae OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=109 2023-11-16 14:41:41 +00:00
bea5c50104 correct the file path
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=108
2023-11-16 14:40:34 +00:00
56825c2fad - Add built-in-lexicon.patch to fix failures with dns-lexicon.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=107
2023-11-16 14:32:51 +00:00
b1d2e792fa - Update to 2.7.4
* Fixed a bug introduced in version 2.7.0 that caused interactively entered
    webroot plugin values to not be saved for renewal.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=106
2023-11-16 12:58:04 +00:00
c9c961bc7d Accepting request 1123633 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1123633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=47
2023-11-06 20:14:51 +00:00
67e391d36d - Update to 2.7.3
* Add certbot.util.LooseVersion class. See GH #9489.
  * NamespaceConfig now tracks how its arguments were set via a dictionary, allowing us to remove a bunch
    of global state previously needed to inspect whether a user set an argument or not.
  * Support for Python 3.7 was deprecated and will be removed in our next planned release.
  * Added RENEWED_DOMAINS and FAILED_DOMAINS environment variables for consumption by post renewal hooks.
  * Do not call deprecated datetime.utcnow() and datetime.utcfromtimestamp()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=104
2023-10-30 15:52:53 +00:00
cff6acdafb Accepting request 1091313 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/1091313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=46
2023-06-07 21:08:10 +00:00
e690f26957 Accepting request 1091312 from home:mcalabkova:branches:devel:languages:python:certbot
- Update to 2.6.0
  * Support for Python 3.11 was added to Certbot and all of its components.
  * The default key type for new certificates is now ECDSA secp256r1 (P-256). It was 
    previously RSA 2048-bit. Existing certificates are not affected.
  * acme and Certbot no longer support versions of ACME from before the RFC 8555 standard.
  * acme and Certbot no longer support the old urn:acme:error: ACME error prefix.
  * Removed the deprecated certbot-dns-cloudxns plugin.
  * Certbot will now error if a certificate has --reuse-key set and a conflicting --key-type, 
    --key-size or --elliptic-curve is requested on the CLI. Use --new-key to change the key 
    while preserving --reuse-key.
  * The zope based interfaces in certbot.interfaces have been removed in favor of the abc 
    based interfaces found in the same module.
  * Certbot no longer depends on zope.
  * Removed some deprecated functions and attributes from certbot(.display)?.(crypto_)?util
  * Removed deprecated functions certbot.tests.util.patch_get_utility*. Plugins should now patch 
    certbot.display.util themselves in their tests or use certbot.tests.util.patch_display_util 
    as a temporary workaround.
  * Fixes a bug where the certbot working directory has unusably restrictive permissions on 
    systems with stricter default umasks.
  * Requests to subscribe to the EFF mailing list now time out after 60 seconds.
  * Certbot will no longer respect very long challenge polling intervals, which may be suggested 
    by some ACME servers. Certbot will continue to wait up to 90 seconds by default, or up to 
    a total of 30 minutes if requested by the server via Retry-After.
  * Allow a user to modify the configuration of a certificate without renewing it using the new 
    reconfigure subcommand. See certbot help reconfigure for details.
  * certbot show_account now displays the ACME Account Thumbprint.
  * Certbot will no longer save previous CSRs and certificate private keys to /etc/letsencrypt/csr 
    and /etc/letsencrypt/keys, respectively. These directories may be safely deleted.
  * Certbot will now only keep the current and 5 previous certificates in the /etc/letsencrypt/archive 
    directory for each certificate lineage. Any prior certificates will be automatically deleted upon

OBS-URL: https://build.opensuse.org/request/show/1091312
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=102
2023-06-07 17:00:39 +00:00
4f4fab3bca Accepting request 1031481 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1031481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=45
2022-10-27 11:54:35 +00:00
e271c5b07e Accepting request 1031392 from home:stroeder:branches:devel:languages:python:certbot
Update to 1.31.0

OBS-URL: https://build.opensuse.org/request/show/1031392
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=100
2022-10-27 08:17:42 +00:00
a876dd2171 Accepting request 1005263 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1005263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=44
2022-09-22 12:50:00 +00:00
121ccf37f9 * The certbot-dns-cloudxns plugin is now deprecated and will be
removed in the next major release of Certbot.
  * Lots of deprecations in the acme module.
  * Add UI text suggesting users create certs for multiple domains, 
    when possible.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=98
2022-09-21 17:54:12 +00:00
d4973caa48 - Update to 1.30.0
* Add UI text suggesting users create certs for multiple domains, when possible.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=97
2022-09-21 17:48:42 +00:00
5ccfdb2959 Accepting request 988433 from devel:languages:python:certbot
- update to 1.29.0:
  * --allow-subset-of-names will now additionally retry in cases where domains
    are rejected while creating or finalizing orders. This requires subproblem
    support from the ACME server
  * The show_account subcommand now uses the "newAccount" ACME endpoint to
    fetch the account data, so it doesn't rely on the locally stored account URL.
    This fixes situations where Certbot
    would use old ACMEv1 registration info with non-functional account URLs.
  * The generated Certificate Signing Requests are now generated as version 1
    instead of version 3. This resolves situations in where strict enforcement
    of PKCS#10 meant that CSRs that were generated as version 3 were rejected

OBS-URL: https://build.opensuse.org/request/show/988433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=43
2022-07-11 17:10:19 +00:00
64e51ff1e2 - update to 1.29.0:
* --allow-subset-of-names will now additionally retry in cases where domains
    are rejected while creating or finalizing orders. This requires subproblem
    support from the ACME server
  * The show_account subcommand now uses the "newAccount" ACME endpoint to
    fetch the account data, so it doesn't rely on the locally stored account URL.
    This fixes situations where Certbot
    would use old ACMEv1 registration info with non-functional account URLs.
  * The generated Certificate Signing Requests are now generated as version 1
    instead of version 3. This resolves situations in where strict enforcement
    of PKCS#10 meant that CSRs that were generated as version 3 were rejected

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=95
2022-07-11 13:18:04 +00:00
e866a29870 Accepting request 984953 from devel:languages:python:certbot
update to 1.28.0

OBS-URL: https://build.opensuse.org/request/show/984953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=42
2022-06-25 08:24:42 +00:00
6b16892476 - update to 1.28.0:
* Updated Apache/NGINX TLS configs to document contents are based on ssl-config.mozilla.org
  * A change to order finalization has been made to the `acme` module and Certbot:
    - An order's `certificate` field will only be processed if the order's `status` is `valid`.
    - An order's `error` field will only be processed if the order's `status` is `invalid`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=93
2022-06-24 19:25:24 +00:00
cfd7cb7b9e Accepting request 979812 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/979812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=41
2022-05-30 10:44:29 +00:00