Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErica Portnoy <ebportnoy@gmail.com>2019-06-06 00:00:46 +0300
committerErica Portnoy <ebportnoy@gmail.com>2019-06-06 00:00:46 +0300
commit3568070c7356c7ebcc3983c9fd9d5cb711bb6efa (patch)
tree1fce7825075d46f34ce5d616457ac90963506e96
parent8e92577cb043b175a0b4c7eee8a2cd42e2450634 (diff)
Release 0.35.0v0.35.0
-rw-r--r--acme/setup.py2
-rw-r--r--certbot-apache/setup.py2
-rwxr-xr-xcertbot-auto26
-rw-r--r--certbot-compatibility-test/setup.py2
-rw-r--r--certbot-dns-cloudflare/setup.py2
-rw-r--r--certbot-dns-cloudxns/setup.py2
-rw-r--r--certbot-dns-digitalocean/setup.py2
-rw-r--r--certbot-dns-dnsimple/setup.py2
-rw-r--r--certbot-dns-dnsmadeeasy/setup.py2
-rw-r--r--certbot-dns-gehirn/setup.py2
-rw-r--r--certbot-dns-google/setup.py2
-rw-r--r--certbot-dns-linode/setup.py2
-rw-r--r--certbot-dns-luadns/setup.py2
-rw-r--r--certbot-dns-nsone/setup.py2
-rw-r--r--certbot-dns-ovh/setup.py2
-rw-r--r--certbot-dns-rfc2136/setup.py2
-rw-r--r--certbot-dns-route53/setup.py2
-rw-r--r--certbot-dns-sakuracloud/setup.py2
-rw-r--r--certbot-nginx/setup.py2
-rw-r--r--certbot/__init__.py2
-rw-r--r--docs/cli-help.txt2
-rwxr-xr-xletsencrypt-auto26
-rw-r--r--letsencrypt-auto-source/certbot-auto.asc16
-rwxr-xr-xletsencrypt-auto-source/letsencrypt-auto26
-rw-r--r--letsencrypt-auto-source/letsencrypt-auto.sigbin256 -> 256 bytes
-rw-r--r--letsencrypt-auto-source/pieces/certbot-requirements.txt24
26 files changed, 79 insertions, 79 deletions
diff --git a/acme/setup.py b/acme/setup.py
index 56a9a63f3..b5291862b 100644
--- a/acme/setup.py
+++ b/acme/setup.py
@@ -3,7 +3,7 @@ from setuptools import find_packages
from setuptools.command.test import test as TestCommand
import sys
-version = '0.35.0.dev0'
+version = '0.35.0'
# Please update tox.ini when modifying dependency version requirements
install_requires = [
diff --git a/certbot-apache/setup.py b/certbot-apache/setup.py
index e14bcb3b6..e991a8825 100644
--- a/certbot-apache/setup.py
+++ b/certbot-apache/setup.py
@@ -4,7 +4,7 @@ from setuptools.command.test import test as TestCommand
import sys
-version = '0.35.0.dev0'
+version = '0.35.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
diff --git a/certbot-auto b/certbot-auto
index c5a9989c5..abe655083 100755
--- a/certbot-auto
+++ b/certbot-auto
@@ -31,7 +31,7 @@ if [ -z "$VENV_PATH" ]; then
fi
VENV_BIN="$VENV_PATH/bin"
BOOTSTRAP_VERSION_PATH="$VENV_PATH/certbot-auto-bootstrap-version.txt"
-LE_AUTO_VERSION="0.34.2"
+LE_AUTO_VERSION="0.35.0"
BASENAME=$(basename $0)
USAGE="Usage: $BASENAME [OPTIONS]
A self-updating wrapper script for the Certbot ACME client. When run, updates
@@ -1314,18 +1314,18 @@ letsencrypt==0.7.0 \
--hash=sha256:105a5fb107e45bcd0722eb89696986dcf5f08a86a321d6aef25a0c7c63375ade \
--hash=sha256:c36e532c486a7e92155ee09da54b436a3c420813ec1c590b98f635d924720de9
-certbot==0.34.2 \
- --hash=sha256:238bb1c100d0d17f0bda147387435c307e128b2f1a8339eb85cef7fb99909cb9 \
- --hash=sha256:30732ddcb10ccd8b8410c515a76ae0429ad907130b8bf8caa58b73826d0ec9bb
-acme==0.34.2 \
- --hash=sha256:f2b3cec09270499211fa54e588571bac67a015d375a4806c6c23431c91fdf7e3 \
- --hash=sha256:bd5b0dfcbca82a2be6fe12e7c7939721d6b3dacb7d8529ba519b56274060dc2a
-certbot-apache==0.34.2 \
- --hash=sha256:c9cbbc2499084361a741f865a6f9af717296d5b0fec5fdd45819df2a56014a63 \
- --hash=sha256:74c302b2099c9906dd4783cd57f546393235902dcc179302a2da280d83e72b96
-certbot-nginx==0.34.2 \
- --hash=sha256:4883f638e703b8fbab0ec15df6d9f0ebbb3cd81e221521b65ca27cdc9e9d070d \
- --hash=sha256:13d58e40097f6b36e323752c146dc90d06120dc69a313e141476e0bc1a74ee17
+certbot==0.35.0 \
+ --hash=sha256:6e02460eefdb37094b8ef283e76257a3557268dde519a6dbf6bf8954669cd754 \
+ --hash=sha256:33bcdee9fd97a244545f0c1c6480a9889f0382d915927cdfd707c050e78544d9
+acme==0.35.0 \
+ --hash=sha256:7b5483f635a994b2220d5cf49d313027dfd2fcd8ce90f94e92c6ec768c08852c \
+ --hash=sha256:ddcc530bd8d8434687188115c5b7c6219717d50a4658e58fce24561134463880
+certbot-apache==0.35.0 \
+ --hash=sha256:55a5c8c3785cc17d71d6a2cfc406e8bcea631a46f9bce52cce07ea041024d586 \
+ --hash=sha256:a92cc1e5854cc7e7a386b3e7616c2787e3867ef604d76cad7ba922366f4a26d7
+certbot-nginx==0.35.0 \
+ --hash=sha256:74af57b071c2c62e1066cc367f106f457d34d956be4ad14528f3fd133ce25d79 \
+ --hash=sha256:435b37794204dbb02b4b346ea65758bdd6dfb58581bebef43b82911371e7a41f
UNLIKELY_EOF
# -------------------------------------------------------------------------
diff --git a/certbot-compatibility-test/setup.py b/certbot-compatibility-test/setup.py
index c95864e09..dacf43870 100644
--- a/certbot-compatibility-test/setup.py
+++ b/certbot-compatibility-test/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
install_requires = [
'certbot',
diff --git a/certbot-dns-cloudflare/setup.py b/certbot-dns-cloudflare/setup.py
index afdfb09e1..b552b017f 100644
--- a/certbot-dns-cloudflare/setup.py
+++ b/certbot-dns-cloudflare/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
diff --git a/certbot-dns-cloudxns/setup.py b/certbot-dns-cloudxns/setup.py
index 4883150fb..9156e7a6c 100644
--- a/certbot-dns-cloudxns/setup.py
+++ b/certbot-dns-cloudxns/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
diff --git a/certbot-dns-digitalocean/setup.py b/certbot-dns-digitalocean/setup.py
index 07d406fd9..0c97eadb5 100644
--- a/certbot-dns-digitalocean/setup.py
+++ b/certbot-dns-digitalocean/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
diff --git a/certbot-dns-dnsimple/setup.py b/certbot-dns-dnsimple/setup.py
index f781bd0a5..91745a27d 100644
--- a/certbot-dns-dnsimple/setup.py
+++ b/certbot-dns-dnsimple/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
diff --git a/certbot-dns-dnsmadeeasy/setup.py b/certbot-dns-dnsmadeeasy/setup.py
index 41c1b75a5..eaf048d33 100644
--- a/certbot-dns-dnsmadeeasy/setup.py
+++ b/certbot-dns-dnsmadeeasy/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
diff --git a/certbot-dns-gehirn/setup.py b/certbot-dns-gehirn/setup.py
index f009df8e8..3c5022832 100644
--- a/certbot-dns-gehirn/setup.py
+++ b/certbot-dns-gehirn/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
# Please update tox.ini when modifying dependency version requirements
install_requires = [
diff --git a/certbot-dns-google/setup.py b/certbot-dns-google/setup.py
index e1d6aeed0..73ba0e795 100644
--- a/certbot-dns-google/setup.py
+++ b/certbot-dns-google/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
diff --git a/certbot-dns-linode/setup.py b/certbot-dns-linode/setup.py
index ae8739d61..d2e84a8c1 100644
--- a/certbot-dns-linode/setup.py
+++ b/certbot-dns-linode/setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
# Please update tox.ini when modifying dependency version requirements
install_requires = [
diff --git a/certbot-dns-luadns/setup.py b/certbot-dns-luadns/setup.py
index b2e14869e..7160c857a 100644
--- a/certbot-dns-luadns/setup.py
+++ b/certbot-dns-luadns/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
diff --git a/certbot-dns-nsone/setup.py b/certbot-dns-nsone/setup.py
index e839cd71d..3e0f6787c 100644
--- a/certbot-dns-nsone/setup.py
+++ b/certbot-dns-nsone/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
diff --git a/certbot-dns-ovh/setup.py b/certbot-dns-ovh/setup.py
index a6a52d648..f5cb7782d 100644
--- a/certbot-dns-ovh/setup.py
+++ b/certbot-dns-ovh/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
diff --git a/certbot-dns-rfc2136/setup.py b/certbot-dns-rfc2136/setup.py
index e05104e5d..0d5cb5498 100644
--- a/certbot-dns-rfc2136/setup.py
+++ b/certbot-dns-rfc2136/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
diff --git a/certbot-dns-route53/setup.py b/certbot-dns-route53/setup.py
index 09cd4acd2..efc5c4d7a 100644
--- a/certbot-dns-route53/setup.py
+++ b/certbot-dns-route53/setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
diff --git a/certbot-dns-sakuracloud/setup.py b/certbot-dns-sakuracloud/setup.py
index 29f458542..c29a20169 100644
--- a/certbot-dns-sakuracloud/setup.py
+++ b/certbot-dns-sakuracloud/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.35.0.dev0'
+version = '0.35.0'
# Please update tox.ini when modifying dependency version requirements
install_requires = [
diff --git a/certbot-nginx/setup.py b/certbot-nginx/setup.py
index 51055ce64..e7d742b7f 100644
--- a/certbot-nginx/setup.py
+++ b/certbot-nginx/setup.py
@@ -4,7 +4,7 @@ from setuptools.command.test import test as TestCommand
import sys
-version = '0.35.0.dev0'
+version = '0.35.0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
diff --git a/certbot/__init__.py b/certbot/__init__.py
index abec68040..0d0c96fb7 100644
--- a/certbot/__init__.py
+++ b/certbot/__init__.py
@@ -1,4 +1,4 @@
"""Certbot client."""
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
-__version__ = '0.35.0.dev0'
+__version__ = '0.35.0'
diff --git a/docs/cli-help.txt b/docs/cli-help.txt
index f65384bbc..03338dbea 100644
--- a/docs/cli-help.txt
+++ b/docs/cli-help.txt
@@ -113,7 +113,7 @@ optional arguments:
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/0.34.2
+ "". (default: CertbotACMEClient/0.35.0
(certbot(-auto); OS_NAME OS_VERSION) Authenticator/XXX
Installer/YYY (SUBCOMMAND; flags: FLAGS)
Py/major.minor.patchlevel). The flags encoded in the
diff --git a/letsencrypt-auto b/letsencrypt-auto
index c5a9989c5..abe655083 100755
--- a/letsencrypt-auto
+++ b/letsencrypt-auto
@@ -31,7 +31,7 @@ if [ -z "$VENV_PATH" ]; then
fi
VENV_BIN="$VENV_PATH/bin"
BOOTSTRAP_VERSION_PATH="$VENV_PATH/certbot-auto-bootstrap-version.txt"
-LE_AUTO_VERSION="0.34.2"
+LE_AUTO_VERSION="0.35.0"
BASENAME=$(basename $0)
USAGE="Usage: $BASENAME [OPTIONS]
A self-updating wrapper script for the Certbot ACME client. When run, updates
@@ -1314,18 +1314,18 @@ letsencrypt==0.7.0 \
--hash=sha256:105a5fb107e45bcd0722eb89696986dcf5f08a86a321d6aef25a0c7c63375ade \
--hash=sha256:c36e532c486a7e92155ee09da54b436a3c420813ec1c590b98f635d924720de9
-certbot==0.34.2 \
- --hash=sha256:238bb1c100d0d17f0bda147387435c307e128b2f1a8339eb85cef7fb99909cb9 \
- --hash=sha256:30732ddcb10ccd8b8410c515a76ae0429ad907130b8bf8caa58b73826d0ec9bb
-acme==0.34.2 \
- --hash=sha256:f2b3cec09270499211fa54e588571bac67a015d375a4806c6c23431c91fdf7e3 \
- --hash=sha256:bd5b0dfcbca82a2be6fe12e7c7939721d6b3dacb7d8529ba519b56274060dc2a
-certbot-apache==0.34.2 \
- --hash=sha256:c9cbbc2499084361a741f865a6f9af717296d5b0fec5fdd45819df2a56014a63 \
- --hash=sha256:74c302b2099c9906dd4783cd57f546393235902dcc179302a2da280d83e72b96
-certbot-nginx==0.34.2 \
- --hash=sha256:4883f638e703b8fbab0ec15df6d9f0ebbb3cd81e221521b65ca27cdc9e9d070d \
- --hash=sha256:13d58e40097f6b36e323752c146dc90d06120dc69a313e141476e0bc1a74ee17
+certbot==0.35.0 \
+ --hash=sha256:6e02460eefdb37094b8ef283e76257a3557268dde519a6dbf6bf8954669cd754 \
+ --hash=sha256:33bcdee9fd97a244545f0c1c6480a9889f0382d915927cdfd707c050e78544d9
+acme==0.35.0 \
+ --hash=sha256:7b5483f635a994b2220d5cf49d313027dfd2fcd8ce90f94e92c6ec768c08852c \
+ --hash=sha256:ddcc530bd8d8434687188115c5b7c6219717d50a4658e58fce24561134463880
+certbot-apache==0.35.0 \
+ --hash=sha256:55a5c8c3785cc17d71d6a2cfc406e8bcea631a46f9bce52cce07ea041024d586 \
+ --hash=sha256:a92cc1e5854cc7e7a386b3e7616c2787e3867ef604d76cad7ba922366f4a26d7
+certbot-nginx==0.35.0 \
+ --hash=sha256:74af57b071c2c62e1066cc367f106f457d34d956be4ad14528f3fd133ce25d79 \
+ --hash=sha256:435b37794204dbb02b4b346ea65758bdd6dfb58581bebef43b82911371e7a41f
UNLIKELY_EOF
# -------------------------------------------------------------------------
diff --git a/letsencrypt-auto-source/certbot-auto.asc b/letsencrypt-auto-source/certbot-auto.asc
index 54ea543e9..fe8053e4f 100644
--- a/letsencrypt-auto-source/certbot-auto.asc
+++ b/letsencrypt-auto-source/certbot-auto.asc
@@ -1,11 +1,11 @@
-----BEGIN PGP SIGNATURE-----
-iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAlzR4cYACgkQTRfJlc2X
-dfKDMQf/RTQ53OV2UMp/9qc7Ig8GdHG0MT8h3d2dhFtfT3aAVYGxWXPnZp68Ut2l
-hL9qpoDX1VbMcG110oQp4SXGIfMfs/aUZXs6bsW1yfTHv63CT0j4oxycShZWy5vp
-mMj2T/huW/yXcaHPdIGUmYyxAKr/CyZ9o3jTg5YARoaO2q5VcSII6MpBtrvlPr2r
-3fNhvuQf0tjjpYec/iyR1sg/0cK/ZxdsqdSC7HpDUsxBNqwxLrXhW27KdB4GU5mI
-y6ngzrg32FEj2MDkna52/HFsVroqpoIbmdB6LdVxWH2xMRW5YbE3+p2ntT+T0NBt
-Us2cca3NgnM938Fo/oto4GNZU+bqaQ==
-=VxSR
+iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAlz4LVUACgkQTRfJlc2X
+dfL3rQf/UUZa51owdNuiGl7EbbyGyQFMAzq4pYDofsSlFWYPYQSMtcxuBa/w3Cxp
+TzFMpWs2tr4y+axFZwNleVDdD5bw/CWLQ+aScvRYblYFPOucwz9/GMEjpy1056Gh
+4hZ3FyLYPtD9oP9YR5VMPy109Djv4DX5F6de3JgC2Wv3FbvtZkkZfforCHxEnbjU
+6dHDT1qxEzqqEyFHjtlRi1hGymeMbu56+ZqhzkkZJVO0KS1+y7M8DxuKa7kbTP43
+337ASSFZ/eL/A9HGJNoxWLX0+VazNJomHyG9zGmscj1lK1/S/HoIREzdZV84tUME
+0iroJw2aax7jpgrlTm6z2zt/vPpemw==
+=rvAB
-----END PGP SIGNATURE-----
diff --git a/letsencrypt-auto-source/letsencrypt-auto b/letsencrypt-auto-source/letsencrypt-auto
index f063b789b..abe655083 100755
--- a/letsencrypt-auto-source/letsencrypt-auto
+++ b/letsencrypt-auto-source/letsencrypt-auto
@@ -31,7 +31,7 @@ if [ -z "$VENV_PATH" ]; then
fi
VENV_BIN="$VENV_PATH/bin"
BOOTSTRAP_VERSION_PATH="$VENV_PATH/certbot-auto-bootstrap-version.txt"
-LE_AUTO_VERSION="0.35.0.dev0"
+LE_AUTO_VERSION="0.35.0"
BASENAME=$(basename $0)
USAGE="Usage: $BASENAME [OPTIONS]
A self-updating wrapper script for the Certbot ACME client. When run, updates
@@ -1314,18 +1314,18 @@ letsencrypt==0.7.0 \
--hash=sha256:105a5fb107e45bcd0722eb89696986dcf5f08a86a321d6aef25a0c7c63375ade \
--hash=sha256:c36e532c486a7e92155ee09da54b436a3c420813ec1c590b98f635d924720de9
-certbot==0.34.2 \
- --hash=sha256:238bb1c100d0d17f0bda147387435c307e128b2f1a8339eb85cef7fb99909cb9 \
- --hash=sha256:30732ddcb10ccd8b8410c515a76ae0429ad907130b8bf8caa58b73826d0ec9bb
-acme==0.34.2 \
- --hash=sha256:f2b3cec09270499211fa54e588571bac67a015d375a4806c6c23431c91fdf7e3 \
- --hash=sha256:bd5b0dfcbca82a2be6fe12e7c7939721d6b3dacb7d8529ba519b56274060dc2a
-certbot-apache==0.34.2 \
- --hash=sha256:c9cbbc2499084361a741f865a6f9af717296d5b0fec5fdd45819df2a56014a63 \
- --hash=sha256:74c302b2099c9906dd4783cd57f546393235902dcc179302a2da280d83e72b96
-certbot-nginx==0.34.2 \
- --hash=sha256:4883f638e703b8fbab0ec15df6d9f0ebbb3cd81e221521b65ca27cdc9e9d070d \
- --hash=sha256:13d58e40097f6b36e323752c146dc90d06120dc69a313e141476e0bc1a74ee17
+certbot==0.35.0 \
+ --hash=sha256:6e02460eefdb37094b8ef283e76257a3557268dde519a6dbf6bf8954669cd754 \
+ --hash=sha256:33bcdee9fd97a244545f0c1c6480a9889f0382d915927cdfd707c050e78544d9
+acme==0.35.0 \
+ --hash=sha256:7b5483f635a994b2220d5cf49d313027dfd2fcd8ce90f94e92c6ec768c08852c \
+ --hash=sha256:ddcc530bd8d8434687188115c5b7c6219717d50a4658e58fce24561134463880
+certbot-apache==0.35.0 \
+ --hash=sha256:55a5c8c3785cc17d71d6a2cfc406e8bcea631a46f9bce52cce07ea041024d586 \
+ --hash=sha256:a92cc1e5854cc7e7a386b3e7616c2787e3867ef604d76cad7ba922366f4a26d7
+certbot-nginx==0.35.0 \
+ --hash=sha256:74af57b071c2c62e1066cc367f106f457d34d956be4ad14528f3fd133ce25d79 \
+ --hash=sha256:435b37794204dbb02b4b346ea65758bdd6dfb58581bebef43b82911371e7a41f
UNLIKELY_EOF
# -------------------------------------------------------------------------
diff --git a/letsencrypt-auto-source/letsencrypt-auto.sig b/letsencrypt-auto-source/letsencrypt-auto.sig
index fa9dabdc2..987dd3a91 100644
--- a/letsencrypt-auto-source/letsencrypt-auto.sig
+++ b/letsencrypt-auto-source/letsencrypt-auto.sig
Binary files differ
diff --git a/letsencrypt-auto-source/pieces/certbot-requirements.txt b/letsencrypt-auto-source/pieces/certbot-requirements.txt
index 3b33abb33..8aab11cef 100644
--- a/letsencrypt-auto-source/pieces/certbot-requirements.txt
+++ b/letsencrypt-auto-source/pieces/certbot-requirements.txt
@@ -1,12 +1,12 @@
-certbot==0.34.2 \
- --hash=sha256:238bb1c100d0d17f0bda147387435c307e128b2f1a8339eb85cef7fb99909cb9 \
- --hash=sha256:30732ddcb10ccd8b8410c515a76ae0429ad907130b8bf8caa58b73826d0ec9bb
-acme==0.34.2 \
- --hash=sha256:f2b3cec09270499211fa54e588571bac67a015d375a4806c6c23431c91fdf7e3 \
- --hash=sha256:bd5b0dfcbca82a2be6fe12e7c7939721d6b3dacb7d8529ba519b56274060dc2a
-certbot-apache==0.34.2 \
- --hash=sha256:c9cbbc2499084361a741f865a6f9af717296d5b0fec5fdd45819df2a56014a63 \
- --hash=sha256:74c302b2099c9906dd4783cd57f546393235902dcc179302a2da280d83e72b96
-certbot-nginx==0.34.2 \
- --hash=sha256:4883f638e703b8fbab0ec15df6d9f0ebbb3cd81e221521b65ca27cdc9e9d070d \
- --hash=sha256:13d58e40097f6b36e323752c146dc90d06120dc69a313e141476e0bc1a74ee17
+certbot==0.35.0 \
+ --hash=sha256:6e02460eefdb37094b8ef283e76257a3557268dde519a6dbf6bf8954669cd754 \
+ --hash=sha256:33bcdee9fd97a244545f0c1c6480a9889f0382d915927cdfd707c050e78544d9
+acme==0.35.0 \
+ --hash=sha256:7b5483f635a994b2220d5cf49d313027dfd2fcd8ce90f94e92c6ec768c08852c \
+ --hash=sha256:ddcc530bd8d8434687188115c5b7c6219717d50a4658e58fce24561134463880
+certbot-apache==0.35.0 \
+ --hash=sha256:55a5c8c3785cc17d71d6a2cfc406e8bcea631a46f9bce52cce07ea041024d586 \
+ --hash=sha256:a92cc1e5854cc7e7a386b3e7616c2787e3867ef604d76cad7ba922366f4a26d7
+certbot-nginx==0.35.0 \
+ --hash=sha256:74af57b071c2c62e1066cc367f106f457d34d956be4ad14528f3fd133ce25d79 \
+ --hash=sha256:435b37794204dbb02b4b346ea65758bdd6dfb58581bebef43b82911371e7a41f