17
0

Commit Graph

  • 4abe8714d7 Accepting request 1334775 from devel:languages:python:certbot factory Ana Guerrero 2026-02-24 17:31:14 +00:00
  • 18d5b16926 - update to version 5.3.1 * sync with the main certbot package Markéta Machová 2026-02-24 15:05:06 +00:00
  • 38b4e4fef7 Accepting request 1332025 from devel:languages:python:certbot Ana Guerrero 2026-02-09 18:28:34 +00:00
  • 664c463c75 - update to version 5.3.0 * sync with the main certbot package Markéta Machová 2026-02-09 12:57:57 +00:00
  • fd930d07b0 Accepting request 1327584 from devel:languages:python:certbot Dominique Leuenberger 2026-01-17 13:54:22 +00:00
  • a20eacea97 - update to version 5.2.2 * Support for Python 3.14 was added. * Removed vhost_combined and vhost_common log formats from included Apache configuration file. Markéta Machová 2026-01-15 14:01:30 +00:00
  • 494a1b647e Accepting request 1311317 from devel:languages:python:certbot leap-16.1 leap-16.0 Dominique Leuenberger 2025-10-14 16:10:36 +00:00
  • 49e4681eb7 Accepting request 1311317 from devel:languages:python:certbot Dominique Leuenberger 2025-10-14 16:10:36 +00:00
  • 72cd9175ed - update to version 5.1.0 * sync with the main certbot package Markéta Machová 2025-10-14 08:03:25 +00:00
  • e6fcfeb75f - update to version 5.1.0 * sync with the main certbot package Markéta Machová 2025-10-14 08:03:25 +00:00
  • c5deff22ed Accepting request 1302583 from devel:languages:python:certbot Ana Guerrero 2025-09-03 19:08:33 +00:00
  • 57b09d756b Accepting request 1302583 from devel:languages:python:certbot Ana Guerrero 2025-09-03 19:08:33 +00:00
  • f429bb6d02 - update to version 5.0.0 * Python 3.9 support was removed * Migrated most functionality from setup.py to pyproject.toml * Updated apache TLS configuration options: * Added DHE-RSA-CHACHA20-POLY1305 to SSLCipherSuite list * Configured curves using SSLOpenSSLConfCmd so FFDH won't be used with OpenSSL 3.0 * certbot-apache no longer prints a warning claiming the version of OpenSSL used by Apache is too old when we were unable determine the OpenSSL version Markéta Machová 2025-09-03 12:29:17 +00:00
  • 85a5195c00 - update to version 5.0.0 * Python 3.9 support was removed * Migrated most functionality from setup.py to pyproject.toml * Updated apache TLS configuration options: * Added DHE-RSA-CHACHA20-POLY1305 to SSLCipherSuite list * Configured curves using SSLOpenSSLConfCmd so FFDH won't be used with OpenSSL 3.0 * certbot-apache no longer prints a warning claiming the version of OpenSSL used by Apache is too old when we were unable determine the OpenSSL version Markéta Machová 2025-09-03 12:29:17 +00:00
  • 6829563834 Accepting request 1299120 from devel:languages:python:certbot Dominique Leuenberger 2025-08-13 14:30:34 +00:00
  • 8fa6cd8b22 Accepting request 1299120 from devel:languages:python:certbot Dominique Leuenberger 2025-08-13 14:30:34 +00:00
  • 99aea774d5 - update to version 4.2.0 * sync with the main certbot package Markéta Machová 2025-08-12 16:03:00 +00:00
  • e1c761bf65 - update to version 4.2.0 * sync with the main certbot package Markéta Machová 2025-08-12 16:03:00 +00:00
  • f0465aa7e0 Accepting request 1286007 from devel:languages:python:certbot Ana Guerrero 2025-06-16 10:26:24 +00:00
  • e8370129f2 Accepting request 1286007 from devel:languages:python:certbot Ana Guerrero 2025-06-16 10:26:24 +00:00
  • 945a578f66 * Switched to src-layout from flat-layout to accommodate PEP 517 pip editable installs Markéta Machová 2025-06-13 14:50:40 +00:00
  • 6e27de7ab7 * Switched to src-layout from flat-layout to accommodate PEP 517 pip editable installs Markéta Machová 2025-06-13 14:50:40 +00:00
  • 9543da6e5f - update to version 4.1.1 * sync with the main certbot package Markéta Machová 2025-06-13 14:46:02 +00:00
  • cc8d63972a - update to version 4.1.1 * sync with the main certbot package Markéta Machová 2025-06-13 14:46:02 +00:00
  • d28d8101b5 Accepting request 1271241 from devel:languages:python:certbot Ana Guerrero 2025-04-22 15:28:59 +00:00
  • c695497ece Accepting request 1271241 from devel:languages:python:certbot Ana Guerrero 2025-04-22 15:28:59 +00:00
  • d0d225be50 - 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. Steve Kowalik 2025-04-22 03:46:12 +00:00
  • 6d81a1c6ad - 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. Steve Kowalik 2025-04-22 03:46:12 +00:00
  • 29887a25ff Accepting request 1254988 from devel:languages:python:certbot Ana Guerrero 2025-03-21 19:23:25 +00:00
  • b0a92dc812 Accepting request 1254988 from devel:languages:python:certbot Ana Guerrero 2025-03-21 19:23:25 +00:00
  • 0eeb6a6a8b - update to version 3.3.0 * sync with the main certbot package Markéta Machová 2025-03-21 12:29:21 +00:00
  • e7e0b033e2 - update to version 3.3.0 * sync with the main certbot package Markéta Machová 2025-03-21 12:29:21 +00:00
  • 41e262f75f Accepting request 1240556 from devel:languages:python:certbot Ana Guerrero 2025-01-27 19:56:59 +00:00
  • 629390bb81 Accepting request 1240556 from devel:languages:python:certbot Ana Guerrero 2025-01-27 19:56:59 +00:00
  • d3fdf9b4a3 expand glob in files Markéta Machová 2025-01-27 14:43:46 +00:00
  • dc15fd2887 expand glob in files Markéta Machová 2025-01-27 14:43:46 +00:00
  • 914ecdfda5 - update to version 3.1.0 * sync with the main certbot package - convert to pip-based build Markéta Machová 2025-01-27 14:35:58 +00:00
  • 9a11a25d82 - update to version 3.1.0 * sync with the main certbot package - convert to pip-based build Markéta Machová 2025-01-27 14:35:58 +00:00
  • 25432bd7a2 Accepting request 1228066 from devel:languages:python:certbot Ana Guerrero 2024-12-03 19:48:14 +00:00
  • c401ff2ff7 Accepting request 1228066 from devel:languages:python:certbot Ana Guerrero 2024-12-03 19:48:14 +00:00
  • 55bf0ccf2e - update to version 3.0.1 * sync with the main certbot package Markéta Machová 2024-12-03 14:56:35 +00:00
  • be16d5275c - update to version 3.0.1 * sync with the main certbot package Markéta Machová 2024-12-03 14:56:35 +00:00
  • d20184b411 Accepting request 1183168 from devel:languages:python:certbot Ana Guerrero 2024-06-25 21:08:58 +00:00
  • 78d6eff432 Accepting request 1183168 from devel:languages:python:certbot Ana Guerrero 2024-06-25 21:08:58 +00:00
  • 0673b6cef7 sorry Markéta Machová 2024-06-25 12:52:57 +00:00
  • 905109beb0 sorry Markéta Machová 2024-06-25 12:52:57 +00:00
  • d809dfbf6f - update to version 2.11.0 * sync with the main certbot package Markéta Machová 2024-06-25 12:22:07 +00:00
  • 5a43d0b054 - update to version 2.11.0 * sync with the main certbot package Markéta Machová 2024-06-25 12:22:07 +00:00
  • 97ebfde759 Accepting request 1145438 from devel:languages:python:certbot Ana Guerrero 2024-02-09 22:54:35 +00:00
  • e519149822 Accepting request 1145438 from devel:languages:python:certbot Ana Guerrero 2024-02-09 22:54:35 +00:00
  • d08b09edac - 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. * Disable old SSL versions and ciphersuites and remove SSLCompression off * Stop disabling TLS session tickets in Apache as it caused TLS * The error message when Certbot's Apache plugin is unable to * Tests execution for certbot, certbot-apache and certbot-nginx * Apache plugin now attempts to configure all VirtualHosts matching requested domain name instead of only a single one when answering * The grammar used by Augeas parser in Apache plugin was updated Dirk Mueller 2024-02-09 13:34:23 +00:00
  • 218a22110c - 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. * Disable old SSL versions and ciphersuites and remove SSLCompression off * Stop disabling TLS session tickets in Apache as it caused TLS * The error message when Certbot's Apache plugin is unable to * Tests execution for certbot, certbot-apache and certbot-nginx * Apache plugin now attempts to configure all VirtualHosts matching requested domain name instead of only a single one when answering * The grammar used by Augeas parser in Apache plugin was updated Dirk Mueller 2024-02-09 13:34:23 +00:00
  • 7a1a147f40 - Add %{?sle15_python_module_pythons} Markéta Machová 2024-02-07 12:40:42 +00:00
  • c5fc2a3a37 - Add %{?sle15_python_module_pythons} Markéta Machová 2024-02-07 12:40:42 +00:00
  • f7b2694bee Accepting request 1133001 from devel:languages:python:certbot Ana Guerrero 2023-12-14 21:02:51 +00:00
  • 00bf3b67c9 Accepting request 1133001 from devel:languages:python:certbot Ana Guerrero 2023-12-14 21:02:51 +00:00
  • 6cf029d8d6 - update to version 2.8.0 * Added support for Alpine Linux distribution when is used the apache plugin Markéta Machová 2023-12-07 10:48:14 +00:00
  • 246ac975b3 - update to version 2.8.0 * Added support for Alpine Linux distribution when is used the apache plugin Markéta Machová 2023-12-07 10:48:14 +00:00
  • d9285b3ffe - update to version 2.7.4 * sync with the main certbot package Markéta Machová 2023-11-16 13:00:03 +00:00
  • b53486bce5 - update to version 2.7.4 * sync with the main certbot package Markéta Machová 2023-11-16 13:00:03 +00:00
  • 30c12db90f - update to version 2.7.3 * sync with the main certbot package Markéta Machová 2023-10-31 08:12:33 +00:00
  • 0a25ef431d - update to version 2.7.3 * sync with the main certbot package Markéta Machová 2023-10-31 08:12:33 +00:00
  • 2d2fb52eed Accepting request 1091326 from devel:languages:python:certbot Dominique Leuenberger 2023-06-07 21:08:24 +00:00
  • c2212b548a Accepting request 1091326 from devel:languages:python:certbot Dominique Leuenberger 2023-06-07 21:08:24 +00:00
  • 57c36b4d2c Accepting request 1091297 from home:mcalabkova:branches:devel:languages:python:certbot Markéta Machová 2023-06-07 17:04:34 +00:00
  • 43d6b84d7e Accepting request 1091297 from home:mcalabkova:branches:devel:languages:python:certbot Markéta Machová 2023-06-07 17:04:34 +00:00
  • 4399bb2fa7 Accepting request 1031482 from devel:languages:python:certbot Dominique Leuenberger 2022-10-27 11:54:37 +00:00
  • af5be7610f Accepting request 1031482 from devel:languages:python:certbot Dominique Leuenberger 2022-10-27 11:54:37 +00:00
  • c7274ec86c - update to version 1.31.0 * sync with the main certbot package Markéta Machová 2022-10-27 08:20:45 +00:00
  • f310727064 - update to version 1.31.0 * sync with the main certbot package Markéta Machová 2022-10-27 08:20:45 +00:00
  • 6977d83688 Accepting request 1005264 from devel:languages:python:certbot Dominique Leuenberger 2022-09-22 12:50:01 +00:00
  • e2d9484be3 Accepting request 1005264 from devel:languages:python:certbot Dominique Leuenberger 2022-09-22 12:50:01 +00:00
  • dc9ecebe6b - update to version 1.30.0 * sync with the main certbot package Markéta Machová 2022-09-21 17:56:01 +00:00
  • 32aa59b36c - update to version 1.30.0 * sync with the main certbot package Markéta Machová 2022-09-21 17:56:01 +00:00
  • 4fd9cf382d Accepting request 988434 from devel:languages:python:certbot Dominique Leuenberger 2022-07-11 17:10:20 +00:00
  • 01f6ff6d7b Accepting request 988434 from devel:languages:python:certbot Dominique Leuenberger 2022-07-11 17:10:20 +00:00
  • 35e1a285af - 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 Dirk Mueller 2022-07-11 13:24:06 +00:00
  • e7aa6c3762 - 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 Dirk Mueller 2022-07-11 13:24:06 +00:00
  • b8f1ba594d Accepting request 984954 from devel:languages:python:certbot Dominique Leuenberger 2022-06-25 08:24:43 +00:00
  • db46884c48 Accepting request 984954 from devel:languages:python:certbot Dominique Leuenberger 2022-06-25 08:24:43 +00:00
  • 4123fcf675 - 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. Dirk Mueller 2022-06-24 19:32:23 +00:00
  • 6d5293aa58 - 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. Dirk Mueller 2022-06-24 19:32:23 +00:00
  • 72830a6ac4 Accepting request 979813 from devel:languages:python:certbot Dominique Leuenberger 2022-05-30 10:44:30 +00:00
  • 2a28b2b78e Accepting request 979813 from devel:languages:python:certbot Dominique Leuenberger 2022-05-30 10:44:30 +00:00
  • d28b700465 - update to version 1.27.0 * sync with the main certbot package Markéta Machová 2022-05-30 09:19:28 +00:00
  • ef7865f27d - update to version 1.27.0 * sync with the main certbot package Markéta Machová 2022-05-30 09:19:28 +00:00
  • df6868e6b1 Accepting request 967761 from devel:languages:python:certbot Dominique Leuenberger 2022-04-08 20:46:01 +00:00
  • d34cc7f0ab Accepting request 967761 from devel:languages:python:certbot Dominique Leuenberger 2022-04-08 20:46:01 +00:00
  • cdbd3ddd1f - Update to version 1.26.0 * sync with the main certbot package Markéta Machová 2022-04-08 06:31:50 +00:00
  • 7eb01cc61b - Update to version 1.26.0 * sync with the main certbot package Markéta Machová 2022-04-08 06:31:50 +00:00
  • 47e26834b8 Accepting request 941933 from devel:languages:python:certbot Dominique Leuenberger 2021-12-21 19:42:17 +00:00
  • ccd054c546 Accepting request 941933 from devel:languages:python:certbot Dominique Leuenberger 2021-12-21 19:42:17 +00:00
  • 3e4062e196 Accepting request 941919 from home:dspinella:branches:devel:languages:python:certbot Danilo Spinella 2021-12-21 19:05:09 +00:00
  • f399ff7016 Accepting request 941919 from home:dspinella:branches:devel:languages:python:certbot Danilo Spinella 2021-12-21 19:05:09 +00:00
  • baac698854 Accepting request 941881 from devel:languages:python:certbot Dominique Leuenberger 2021-12-21 17:40:54 +00:00
  • 01dd09374d Accepting request 941881 from devel:languages:python:certbot Dominique Leuenberger 2021-12-21 17:40:54 +00:00
  • a5d8857122 Accepting request 940329 from home:susnux:branches:devel:languages:python:certbot Danilo Spinella 2021-12-21 15:34:56 +00:00
  • 8ccad1dad8 Accepting request 940329 from home:susnux:branches:devel:languages:python:certbot Danilo Spinella 2021-12-21 15:34:56 +00:00
  • 4be2dd898c Accepting request 911358 from devel:languages:python:certbot Richard Brown 2021-08-11 09:47:34 +00:00
  • 0a5e789c50 Accepting request 911358 from devel:languages:python:certbot Richard Brown 2021-08-11 09:47:34 +00:00