mirror of
https://github.com/certbot/certbot.git
synced 2026-07-15 20:53:00 -04:00
Release 4.26.0
This commit is contained in:
parent
95b7efc167
commit
7dfb96d1ef
40 changed files with 51 additions and 28 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
setup(
|
||||
version=version,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
# We specify the minimum certbot version as the current plugin
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
setup(
|
||||
version=version,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
setup(
|
||||
version=version,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
'cloudflare>=4.0',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
'python-digitalocean>=1.15.0', # 1.15.0 or newer is recommended for TTL support
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
# This version of lexicon is required to address the problem described in
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
'google-api-python-client>=1.6.5',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.15.1',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
# This version was chosen because it is the version packaged in RHEL 9 and Debian unstable. It
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
'boto3>=1.20.34',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
install_requires = [
|
||||
# We specify the minimum certbot version as the current plugin
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ manage your account:
|
|||
|
||||
options:
|
||||
-h, --help show this help message and exit
|
||||
-c CONFIG_FILE, --config CONFIG_FILE
|
||||
-c, --config CONFIG_FILE
|
||||
path to config file (default: /etc/letsencrypt/cli.ini
|
||||
and ~/.config/letsencrypt/cli.ini)
|
||||
-v, --verbose This flag can be used multiple times to incrementally
|
||||
|
|
@ -58,7 +58,7 @@ options:
|
|||
--force-interactive Force Certbot to be interactive even if it detects
|
||||
it's not being run in a terminal. This flag cannot be
|
||||
used with the renew subcommand. (default: False)
|
||||
-d DOMAIN, --domains DOMAIN, --domain DOMAIN
|
||||
-d, --domains, --domain DOMAIN
|
||||
Domain names to include. For multiple domains you can
|
||||
use multiple -d flags or enter a comma separated list
|
||||
of domains as a parameter. All domains will be
|
||||
|
|
@ -147,7 +147,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/5.6.0 (certbot;
|
||||
"". (default: CertbotACMEClient/4.26.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,
|
||||
|
|
@ -424,8 +424,7 @@ revoke:
|
|||
register:
|
||||
Options for account registration
|
||||
|
||||
-m EMAIL, --email EMAIL
|
||||
Email used for registration and recovery contact. Use
|
||||
-m, --email EMAIL 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: Ask)
|
||||
|
|
@ -478,9 +477,9 @@ plugins:
|
|||
Name of the plugin that is both an authenticator and
|
||||
an installer. Should not be used together with
|
||||
--authenticator or --installer. (default: Ask)
|
||||
-a AUTHENTICATOR, --authenticator AUTHENTICATOR
|
||||
-a, --authenticator AUTHENTICATOR
|
||||
Authenticator plugin name. (default: None)
|
||||
-i INSTALLER, --installer INSTALLER
|
||||
-i, --installer INSTALLER
|
||||
Installer plugin name (also used to find domains).
|
||||
(default: None)
|
||||
--apache Obtain and install certificates using Apache (default:
|
||||
|
|
@ -757,7 +756,7 @@ webroot:
|
|||
be running and serving files from the webroot path. HTTP challenge only
|
||||
(wildcards not supported).
|
||||
|
||||
--webroot-path WEBROOT_PATH, -w WEBROOT_PATH
|
||||
--webroot-path, -w WEBROOT_PATH
|
||||
public_html / webroot path. This can be specified
|
||||
multiple times to handle different identifiers; each
|
||||
identifier will have the webroot path that preceded
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
"""Certbot client."""
|
||||
|
||||
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
||||
__version__ = '5.7.0.dev0'
|
||||
__version__ = '4.26.0'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from setuptools import setup
|
||||
|
||||
version = '5.7.0.dev0'
|
||||
version = '4.26.0'
|
||||
|
||||
setup(
|
||||
version=version,
|
||||
|
|
|
|||
17
packages/SHA256SUMS
Normal file
17
packages/SHA256SUMS
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
eba9e9abcb086968bfad0da889161bff815202b59743c108f8fb353bead76136 acme-4.26.0.tar.gz
|
||||
571e02db46ba40498f48a2a5717d04115d65c682e4a5a21ad1f28fbf3f9d2601 certbot_apache-4.26.0.tar.gz
|
||||
59ebbe617144489253726b2c4a2c37960905fd4822a2dfac552f65ed0c536efa certbot_dns_cloudflare-4.26.0.tar.gz
|
||||
abeb997d57b7b8cdad4802efabd72a93b41e7b3e49be06ce996fd1765f573f23 certbot_dns_digitalocean-4.26.0.tar.gz
|
||||
ce2a085284590e216012b3543e7109a04eb128463793215bc97928a39c287df2 certbot_dns_dnsimple-4.26.0.tar.gz
|
||||
7ede95a78f9b71a6370834a0566ee548efa5da5bc6c3d0f165d96c54e2e4e375 certbot_dns_dnsmadeeasy-4.26.0.tar.gz
|
||||
49089219f506ece2b2caa25a9bfdac9791dd4d0bf667b086e041ef6206edbb15 certbot_dns_gehirn-4.26.0.tar.gz
|
||||
0c753ad698f95abdc7c568c9d214a9d29daf6dd0884c97179b593d582a96c4f1 certbot_dns_google-4.26.0.tar.gz
|
||||
f51d0cbd83a9169603ad72492cf901f01ca2b5d9afc1fb2e894ac8687b15a3c7 certbot_dns_linode-4.26.0.tar.gz
|
||||
37ace6c77845a011cb42be95f7d979e2fdba13cc8f38f5d2c4690325754500d8 certbot_dns_luadns-4.26.0.tar.gz
|
||||
16343f167076339693f9d6cb3f6058b073e9374319f2958726e824df5a782891 certbot_dns_nsone-4.26.0.tar.gz
|
||||
e3dabbd3c583a78204f1e2b3339283ceb3b64e47b1832a10d78b7d054dc75dca certbot_dns_ovh-4.26.0.tar.gz
|
||||
3420bdae8c8918261e5922d7d35d7c6d4e871782b4b206209492c839dc1ce99b certbot_dns_rfc2136-4.26.0.tar.gz
|
||||
41da5af92e1bb0c33de55ad19071056e9bcff238ba32bc8a206c3a3d948ffca9 certbot_dns_route53-4.26.0.tar.gz
|
||||
5093cf38f98b0c34cae93d55b70ea0e356b94c3537df1d6b32ca92c880d1ea91 certbot_dns_sakuracloud-4.26.0.tar.gz
|
||||
2bf71e1aed745bdad60f59c574fdef6bfccc4be4c8d0a739cbbd7224424bdfce certbot_nginx-4.26.0.tar.gz
|
||||
62b90ad17f007d4c6c9e9fe0c3fd90f6f0438cf0b008eb669893073ae5e46b43 certbot-4.26.0.tar.gz
|
||||
7
packages/SHA256SUMS.asc
Normal file
7
packages/SHA256SUMS.asc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQS+bY5BL/IFMPTQzga74I1lDV+xUwUCajHPNwAKCRC74I1lDV+x
|
||||
U4LLAP9eHimVxSEpvmWIEH2oBKnz4Yo9Bf1VuVqAVMg76h+frgD+LI9/EMjQtLt3
|
||||
Xnn/NVVNrJMl9R2VUtyoRLo95hZx4AY=
|
||||
=hwMP
|
||||
-----END PGP SIGNATURE-----
|
||||
BIN
packages/acme-4.26.0.tar.gz
Normal file
BIN
packages/acme-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot-4.26.0.tar.gz
Normal file
BIN
packages/certbot-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_apache-4.26.0.tar.gz
Normal file
BIN
packages/certbot_apache-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_cloudflare-4.26.0.tar.gz
Normal file
BIN
packages/certbot_dns_cloudflare-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_digitalocean-4.26.0.tar.gz
Normal file
BIN
packages/certbot_dns_digitalocean-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_dnsimple-4.26.0.tar.gz
Normal file
BIN
packages/certbot_dns_dnsimple-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_dnsmadeeasy-4.26.0.tar.gz
Normal file
BIN
packages/certbot_dns_dnsmadeeasy-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_gehirn-4.26.0.tar.gz
Normal file
BIN
packages/certbot_dns_gehirn-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_google-4.26.0.tar.gz
Normal file
BIN
packages/certbot_dns_google-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_linode-4.26.0.tar.gz
Normal file
BIN
packages/certbot_dns_linode-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_luadns-4.26.0.tar.gz
Normal file
BIN
packages/certbot_dns_luadns-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_nsone-4.26.0.tar.gz
Normal file
BIN
packages/certbot_dns_nsone-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_ovh-4.26.0.tar.gz
Normal file
BIN
packages/certbot_dns_ovh-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_rfc2136-4.26.0.tar.gz
Normal file
BIN
packages/certbot_dns_rfc2136-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_route53-4.26.0.tar.gz
Normal file
BIN
packages/certbot_dns_route53-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_dns_sakuracloud-4.26.0.tar.gz
Normal file
BIN
packages/certbot_dns_sakuracloud-4.26.0.tar.gz
Normal file
Binary file not shown.
BIN
packages/certbot_nginx-4.26.0.tar.gz
Normal file
BIN
packages/certbot_nginx-4.26.0.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue