019c999527
- 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 Mueller2022-07-11 13:11:44 +00:00
848bf6f89b
- 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 Mueller2022-07-11 13:11:44 +00:00
008e13cce7
- Update to version 1.27.0 * Added support for RFC8555 subproblems to our acme library. * The PGP key F2871B4152AE13C49519111F447BF683AA3B26C3 was added as an additional trusted key to sign our PyPI packages - Refreshed python-acme.keyring
Markéta Machová2022-05-30 09:08:11 +00:00
59d55d5a5a
- Update to version 1.27.0 * Added support for RFC8555 subproblems to our acme library. * The PGP key F2871B4152AE13C49519111F447BF683AA3B26C3 was added as an additional trusted key to sign our PyPI packages - Refreshed python-acme.keyring
Markéta Machová2022-05-30 09:08:11 +00:00
9c8f06d9f6
- update to version 1.14.0 * The module acme.magic_typing is deprecated and will be removed in a future release. Please use the built-in module typing instead.
Markéta Machová2021-04-14 15:11:20 +00:00
3956b24523
- update to version 1.14.0 * The module acme.magic_typing is deprecated and will be removed in a future release. Please use the built-in module typing instead.
Markéta Machová2021-04-14 15:11:20 +00:00
f92229445f
- update to version 1.13.0 * Support for Python 2 has been removed. * The acme library no longer depends on the security extras from requests which was needed to support SNI in TLS requests when using old versions of Python 2. * When revoking a certificate by --cert-name, it is no longer necessary to specify the --server if the certificate was obtained from a non-default ACME server.
Markéta Machová2021-03-08 08:13:54 +00:00
40b8128958
- update to version 1.13.0 * Support for Python 2 has been removed. * The acme library no longer depends on the security extras from requests which was needed to support SNI in TLS requests when using old versions of Python 2. * When revoking a certificate by --cert-name, it is no longer necessary to specify the --server if the certificate was obtained from a non-default ACME server.
Markéta Machová2021-03-08 08:13:54 +00:00
1191a5e87e
- update to version 1.7.0 * We deprecated support for Python 3.5 in Certbot and its ACME library. Support for Python 3.5 will be removed in the next major release of Certbot.
Markéta Machová2020-08-21 08:36:07 +00:00
802dda0473
- update to version 1.7.0 * We deprecated support for Python 3.5 in Certbot and its ACME library. Support for Python 3.5 will be removed in the next major release of Certbot.
Markéta Machová2020-08-21 08:36:07 +00:00
5ac61963a4
- update to version 1.6.0 * Support for alternative certificate chains in the acme module. * Added --preferred-chain <issuer CN>. If a CA offers multiple certificate chains, it may be used to indicate to Certbot which chain should be preferred.
Markéta Machová2020-07-13 08:30:35 +00:00
ba217e3e54
- update to version 1.6.0 * Support for alternative certificate chains in the acme module. * Added --preferred-chain <issuer CN>. If a CA offers multiple certificate chains, it may be used to indicate to Certbot which chain should be preferred.
Markéta Machová2020-07-13 08:30:35 +00:00
708e87dbed
- update to version 1.4.0 * Added TLS-ALPN-01 challenge support in the acme library. Support of this challenge in the Certbot client is planned to be added in a future release. * mock dependency is now conditional on Python 2 in all of our packages. * When using an RFC 8555 compliant endpoint, the acme library no longer sends the resource field in any requests or the type field when responding to challenges.
Markéta Machová2020-05-14 08:26:34 +00:00
995af1f527
- update to version 1.4.0 * Added TLS-ALPN-01 challenge support in the acme library. Support of this challenge in the Certbot client is planned to be added in a future release. * mock dependency is now conditional on Python 2 in all of our packages. * When using an RFC 8555 compliant endpoint, the acme library no longer sends the resource field in any requests or the type field when responding to challenges.
Markéta Machová2020-05-14 08:26:34 +00:00
a1aa6f3e2d
- update to version 1.3.0 * Don't verify the existing certificate in HTTP01Response.simple_verify, for compatibility with the real-world ACME challenge checks. * Fix acme module warnings when response Content-Type includes params (e.g. charset).
Markéta Machová2020-03-11 13:41:49 +00:00
e048d60f05
- update to version 1.3.0 * Don't verify the existing certificate in HTTP01Response.simple_verify, for compatibility with the real-world ACME challenge checks. * Fix acme module warnings when response Content-Type includes params (e.g. charset).
Markéta Machová2020-03-11 13:41:49 +00:00
969a6f376c
- update to version 1.2.0 * Support for Python 3.4 has been removed. * Fix collections.abc imports for Python 3.9.
Markéta Machová2020-02-21 15:29:54 +00:00
5dbcfe4f81
- update to version 1.2.0 * Support for Python 3.4 has been removed. * Fix collections.abc imports for Python 3.9.
Markéta Machová2020-02-21 15:29:54 +00:00
10170f7582
- update to version 1.1.0 * Removed the fallback introduced with 0.34.0 in acme to retry a POST-as-GET request as a GET request when the targeted ACME CA server seems to not support POST-as-GET requests. * Support for Python 3.4 in Certbot and its ACME library is deprecated and will be removed in the next release of Certbot.
Markéta Machová2020-01-21 09:47:07 +00:00
526a9aa46d
- update to version 1.1.0 * Removed the fallback introduced with 0.34.0 in acme to retry a POST-as-GET request as a GET request when the targeted ACME CA server seems to not support POST-as-GET requests. * Support for Python 3.4 in Certbot and its ACME library is deprecated and will be removed in the next release of Certbot.
Markéta Machová2020-01-21 09:47:07 +00:00
257c45cc10
- update to version 0.40.1 * acme.standalone.BaseRequestHandlerWithLogging and acme.standalone.simple_tls_sni_01_server have been deprecated and will be removed in a future release of the library.
Markéta Machová2019-11-14 12:03:09 +00:00
51c0d9ff64
- update to version 0.40.1 * acme.standalone.BaseRequestHandlerWithLogging and acme.standalone.simple_tls_sni_01_server have been deprecated and will be removed in a future release of the library.
Markéta Machová2019-11-14 12:03:09 +00:00