mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Release 3.2.0
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
'cryptography>=43.0.0',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
# We specify the minimum acme and certbot version as the current plugin
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
'certbot',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
# for now, do not upgrade to cloudflare>=2.20 to avoid deprecation warnings and the breaking
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
'python-digitalocean>=1.11', # 1.15.0 or newer is recommended for TTL support
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
# This version of lexicon is required to address the problem described in
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
'google-api-python-client>=1.6.5',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.15.1',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
# This version was chosen because it is the version packaged in RHEL 9 and Debian unstable. It
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
'boto3>=1.15.15',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.2.0.dev0'
|
||||
version = '3.2.0'
|
||||
|
||||
install_requires = [
|
||||
# We specify the minimum acme and certbot version as the current plugin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Certbot client."""
|
||||
|
||||
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
||||
__version__ = '3.2.0.dev0'
|
||||
__version__ = '3.2.0'
|
||||
|
||||
+11
-10
@@ -36,7 +36,7 @@ manage your account:
|
||||
--agree-tos Agree to the ACME server's Subscriber Agreement
|
||||
-m EMAIL Email address for important account notifications
|
||||
|
||||
options:
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
-c CONFIG_FILE, --config CONFIG_FILE
|
||||
path to config file (default: /etc/letsencrypt/cli.ini
|
||||
@@ -122,7 +122,7 @@ options:
|
||||
case, and to know when to deprecate support for past
|
||||
Python versions and flags. If you wish to hide this
|
||||
information from the Let's Encrypt server, set this to
|
||||
"". (default: CertbotACMEClient/3.1.0 (certbot;
|
||||
"". (default: CertbotACMEClient/3.2.0 (certbot;
|
||||
OS_NAME OS_VERSION) Authenticator/XXX Installer/YYY
|
||||
(SUBCOMMAND; flags: FLAGS) Py/major.minor.patchlevel).
|
||||
The flags encoded in the user agent are: --duplicate,
|
||||
@@ -208,14 +208,15 @@ security:
|
||||
enhance)
|
||||
--hsts Add the Strict-Transport-Security header to every HTTP
|
||||
response. Forcing browser to always use SSL for the
|
||||
domain. Defends against SSL Stripping. (default: None)
|
||||
domain. Defends against SSL Stripping. (default:
|
||||
False)
|
||||
--uir Add the "Content-Security-Policy: upgrade-insecure-
|
||||
requests" header to every HTTP response. Forcing the
|
||||
browser to use https:// for every http:// resource.
|
||||
(default: None)
|
||||
(default: False)
|
||||
--staple-ocsp Enables OCSP Stapling. A valid OCSP response is
|
||||
stapled to the certificate that the server offers
|
||||
during TLS. (default: None)
|
||||
during TLS. (default: False)
|
||||
--strict-permissions Require that all configuration files are owned by the
|
||||
current user; only needed if your config is somewhere
|
||||
unsafe like /tmp/ (default: False)
|
||||
@@ -362,7 +363,7 @@ renew:
|
||||
shell constructs, so you can use this switch to
|
||||
disable it. (default: False)
|
||||
--no-directory-hooks Disable running executables found in Certbot's hook
|
||||
directories during renewal. (default: False)
|
||||
directories. (default: False)
|
||||
--disable-renew-updates
|
||||
Disable automatic updates to your server configuration
|
||||
that would otherwise be done by the selected installer
|
||||
@@ -387,12 +388,12 @@ revoke:
|
||||
--delete-after-revoke
|
||||
Delete certificates after revoking them, along with
|
||||
all previous and later versions of those certificates.
|
||||
(default: None)
|
||||
(default: Ask)
|
||||
--no-delete-after-revoke
|
||||
Do not delete certificates after revoking them. This
|
||||
option should be used with caution because the 'renew'
|
||||
subcommand will attempt to renew undeleted revoked
|
||||
certificates. (default: None)
|
||||
certificates. (default: Ask)
|
||||
|
||||
register:
|
||||
Options for account registration
|
||||
@@ -409,9 +410,9 @@ register:
|
||||
Email used for registration and recovery contact. Use
|
||||
comma to register multiple emails, ex:
|
||||
u1@example.com,u2@example.com. (default: Ask).
|
||||
--eff-email Share your e-mail address with EFF (default: None)
|
||||
--eff-email Share your e-mail address with EFF (default: Ask)
|
||||
--no-eff-email Don't share your e-mail address with EFF (default:
|
||||
None)
|
||||
Ask)
|
||||
|
||||
update_account:
|
||||
Options for account modification
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
e11d0ccf43ec19244ada40df1dc4ca49c9ce407749f3771d2cefe0674e206d84 acme-3.2.0.tar.gz
|
||||
2939a248def1a8bce661f8d92f9add975108741d7d96fcbfff2936031e72930c certbot-3.2.0.tar.gz
|
||||
f453c09c8dc26ddbb70a191ec4b8953171dcbfbeb66cd8a9d83cd9420d61d195 certbot_apache-3.2.0.tar.gz
|
||||
845bf474d51d1c6fc7060591b23a61b1ec0ba72fb948457715abf6d59b513b18 certbot_dns_cloudflare-3.2.0.tar.gz
|
||||
47b206fffebb1ceb8a433141f37be65c85326f44e209c956aa579d34495c511f certbot_dns_digitalocean-3.2.0.tar.gz
|
||||
892a66cd9b9ff183f568f64e93fb6e5b8870251394643399f3359824d6bff39c certbot_dns_dnsimple-3.2.0.tar.gz
|
||||
195ea30d0d29c224ecfb810780af4ccb10a853492c5eca094a228964e2ae9d54 certbot_dns_dnsmadeeasy-3.2.0.tar.gz
|
||||
eaef650e266b5837ea3cca744823dc33874150168999fa1920df0881a2ea96ca certbot_dns_gehirn-3.2.0.tar.gz
|
||||
401d1a26a3e4fd29f5e3f0246fd62423c4c61c11c178958a431d55f08035c1b2 certbot_dns_google-3.2.0.tar.gz
|
||||
51ae72543ff62ee9966f91b2fb73a2558bda06ba54808bb1397d0ffedf175d41 certbot_dns_linode-3.2.0.tar.gz
|
||||
71c0e69e66d355213328d636c2885b516644b332e37c3e4b6188e10fca24eb23 certbot_dns_luadns-3.2.0.tar.gz
|
||||
01a5df35ca17bb292ff7d064750545cc0e0fb535479361888131f3c44c8351ea certbot_dns_nsone-3.2.0.tar.gz
|
||||
86b0d1f16b1ae222e7555c9e94f89cb14d157b36d3bb0ae83b194332ccc35b50 certbot_dns_ovh-3.2.0.tar.gz
|
||||
0fff814398ed3437d6e72698d59d6a59a888611f5d02893e6ef317b4c0a5fe14 certbot_dns_rfc2136-3.2.0.tar.gz
|
||||
a6186d32adee3f310b27b79beea1f04f61f55cf8c25fc7e0910ff8050f3dbf12 certbot_dns_route53-3.2.0.tar.gz
|
||||
14e8a5f7b503b231998c448d189c1fbf021f7e05884725b5577dc88fd4d2a47d certbot_dns_sakuracloud-3.2.0.tar.gz
|
||||
90d75ecb3da76e0aa063fbf73dee92558da2447da48ada6fa9d13cb18bffc272 certbot_nginx-3.2.0.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQGzBAABCAAdFiEE8ocbQVKuE8SVGREfRHv2g6o7JsMFAmerq8kACgkQRHv2g6o7
|
||||
JsN6VAwAvEEciRG4jRCv++x96Q+j/I4BHSzGuxkmpVO+giXLmMSpd+gL2+zf+KnB
|
||||
n347YjRQ4CG9wLKKAMJRQycHP+b+n/itDPJvZmsozsOyqt2DiPBjMclCiN5rBSpa
|
||||
WUvSPitp8fYXz65PuH79dUZn5SXbhT5t/dPYeYfJO5ncTdaW5cR6x+PNfvuD3YGq
|
||||
NHsKLgGvWz8ZmsSfyR7VVd83eEAjCihMsdmEt8gOKUJZolkKNFzKAuedYzVE6uCP
|
||||
J/NpA1q2OtH35TPcYer9wiXvp0uJD0qu0UfxdZc8h/lipziwoTxOR9FIRfQRb3B+
|
||||
S+TEfml11MWz/SwHzQhGmf6Vg2Pv5AXstXyXdSyuW5hnI6BxIKIpSdBxjqYn+CoY
|
||||
EO0u9IjfVW45mGRl1B3gGqRuW3OqNqN98vtcRQUHnai0YKRkMSMVl0b0BQdC807k
|
||||
E+6FYOi2TjIWkkR/maTDvvdqQYlhYwmpmqw+ilnIMIUI2ZHbOu31mMmjerEcYjxx
|
||||
LNIpoTqa
|
||||
=BGmz
|
||||
-----END PGP SIGNATURE-----
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user