Skip to content

Commit 7fe7a96

Browse files
committed
Release 1.8.0
1 parent 9f243c7 commit 7fe7a96

File tree

26 files changed

+88
-90
lines changed

26 files changed

+88
-90
lines changed

acme/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup
77
from setuptools.command.test import test as TestCommand
88

9-
version = '1.8.0.dev0'
9+
version = '1.8.0'
1010

1111
# Please update tox.ini when modifying dependency version requirements
1212
install_requires = [

certbot-apache/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup
77
from setuptools.command.test import test as TestCommand
88

9-
version = '1.8.0.dev0'
9+
version = '1.8.0'
1010

1111
# Remember to update local-oldest-requirements.txt when changing the minimum
1212
# acme/certbot version.

certbot-auto

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ -z "$VENV_PATH" ]; then
3131
fi
3232
VENV_BIN="$VENV_PATH/bin"
3333
BOOTSTRAP_VERSION_PATH="$VENV_PATH/certbot-auto-bootstrap-version.txt"
34-
LE_AUTO_VERSION="1.7.0"
34+
LE_AUTO_VERSION="1.8.0"
3535
BASENAME=$(basename $0)
3636
USAGE="Usage: $BASENAME [OPTIONS]
3737
A self-updating wrapper script for the Certbot ACME client. When run, updates
@@ -258,7 +258,7 @@ DeprecationBootstrap() {
258258

259259
MIN_PYTHON_2_VERSION="2.7"
260260
MIN_PYVER2=$(echo "$MIN_PYTHON_2_VERSION" | sed 's/\.//')
261-
MIN_PYTHON_3_VERSION="3.5"
261+
MIN_PYTHON_3_VERSION="3.6"
262262
MIN_PYVER3=$(echo "$MIN_PYTHON_3_VERSION" | sed 's/\.//')
263263
# Sets LE_PYTHON to Python version string and PYVER to the first two
264264
# digits of the python version.
@@ -930,7 +930,7 @@ else
930930
error "Sorry, I don't know how to bootstrap Certbot on your operating system!"
931931
error
932932
error "You will need to install OS dependencies, configure virtualenv, and run pip install manually."
933-
error "Please see https://letsencrypt.readthedocs.org/en/latest/contributing.html#prerequisites"
933+
error "Please see https://certbot.eff.org/docs/contributing.html#prerequisites"
934934
error "for more info."
935935
exit 1
936936
}
@@ -1530,18 +1530,18 @@ letsencrypt==0.7.0 \
15301530
--hash=sha256:105a5fb107e45bcd0722eb89696986dcf5f08a86a321d6aef25a0c7c63375ade \
15311531
--hash=sha256:c36e532c486a7e92155ee09da54b436a3c420813ec1c590b98f635d924720de9
15321532
1533-
certbot==1.7.0 \
1534-
--hash=sha256:84877127caf779c212d131d36399a45a8e13e06274e7a5e029845df5c84cd974 \
1535-
--hash=sha256:10b95bb86fb8f1dbbd27558bb42454d5995cbdb45d6c00d961ebba2a4bdc4355
1536-
acme==1.7.0 \
1537-
--hash=sha256:ef0e84d670f59c096e9ed8c3bf9e6a7d22ee378fdb4175503c06cc485672c79a \
1538-
--hash=sha256:288d9bbb075278961d224e43f7f386c491d25366a98ed89a62771c5022978386
1539-
certbot-apache==1.7.0 \
1540-
--hash=sha256:514c09a892964332c2485a38bd5720e4cf93e35998341af36eef5401ab165d89 \
1541-
--hash=sha256:99943b6406e0315f31c1f81e2ced6be38aee3ea24974ef4d7aeeda8202c1c3bc
1542-
certbot-nginx==1.7.0 \
1543-
--hash=sha256:fea2387c92155635fbddb02758d5ba73f0d7af459959f91be0a1606fd2e43c55 \
1544-
--hash=sha256:d52ec3e711884100636c42b639d8959378562ea78183a273d120df808de2724f
1533+
certbot==1.8.0 \
1534+
--hash=sha256:4bde86c53e30dc5bc0e78a0862045b053971703af727ac20c6a7da06596c7549 \
1535+
--hash=sha256:4837c516af6543ccd10d70f1498a2113bbdf9ef9a05d3a18b1558b291a2953e4
1536+
acme==1.8.0 \
1537+
--hash=sha256:465033830a75f98042236f50f751f6e316735473ccb4edec0c718263f6c9ba8b \
1538+
--hash=sha256:ad8d067d14258d73ad2643439d9365913362308c04e66cc3010e39c868c5002d
1539+
certbot-apache==1.8.0 \
1540+
--hash=sha256:8c9d981803e1156725fcfcf228afcb754b245c9d506e5b9f4fca948d6ae89aef \
1541+
--hash=sha256:a93c3a7ad929fe0ba5e0868e29ee2d0fe10aea2d4c638a902c4613a5c12c59b6
1542+
certbot-nginx==1.8.0 \
1543+
--hash=sha256:e98e883b5ea7b29dd2e6a8ff286c7550a2d7af2fc859f47067303e510ad4fb52 \
1544+
--hash=sha256:fdb96c74fe42d90bbaf11a00314444ac5544ba87292a1b8b1d707f7561a3eacc
15451545
15461546
UNLIKELY_EOF
15471547
# -------------------------------------------------------------------------

certbot-compatibility-test/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import find_packages
66
from setuptools import setup
77

8-
version = '1.8.0.dev0'
8+
version = '1.8.0'
99

1010
install_requires = [
1111
'certbot',

certbot-dns-cloudflare/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
version = '1.8.0.dev0'
10+
version = '1.8.0'
1111

1212
# Remember to update local-oldest-requirements.txt when changing the minimum
1313
# acme/certbot version.

certbot-dns-cloudxns/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
version = '1.8.0.dev0'
10+
version = '1.8.0'
1111

1212
# Remember to update local-oldest-requirements.txt when changing the minimum
1313
# acme/certbot version.

certbot-dns-digitalocean/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
version = '1.8.0.dev0'
10+
version = '1.8.0'
1111

1212
# Remember to update local-oldest-requirements.txt when changing the minimum
1313
# acme/certbot version.

certbot-dns-dnsimple/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
version = '1.8.0.dev0'
10+
version = '1.8.0'
1111

1212
# Remember to update local-oldest-requirements.txt when changing the minimum
1313
# acme/certbot version.

certbot-dns-dnsmadeeasy/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
version = '1.8.0.dev0'
10+
version = '1.8.0'
1111

1212
# Remember to update local-oldest-requirements.txt when changing the minimum
1313
# acme/certbot version.

certbot-dns-gehirn/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
version = '1.8.0.dev0'
10+
version = '1.8.0'
1111

1212
# Please update tox.ini when modifying dependency version requirements
1313
install_requires = [

certbot-dns-google/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
version = '1.8.0.dev0'
10+
version = '1.8.0'
1111

1212
# Remember to update local-oldest-requirements.txt when changing the minimum
1313
# acme/certbot version.

certbot-dns-linode/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
version = '1.8.0.dev0'
10+
version = '1.8.0'
1111

1212
# Please update tox.ini when modifying dependency version requirements
1313
install_requires = [

certbot-dns-luadns/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
version = '1.8.0.dev0'
10+
version = '1.8.0'
1111

1212
# Remember to update local-oldest-requirements.txt when changing the minimum
1313
# acme/certbot version.

certbot-dns-nsone/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
version = '1.8.0.dev0'
10+
version = '1.8.0'
1111

1212
# Remember to update local-oldest-requirements.txt when changing the minimum
1313
# acme/certbot version.

certbot-dns-ovh/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
version = '1.8.0.dev0'
10+
version = '1.8.0'
1111

1212
# Remember to update local-oldest-requirements.txt when changing the minimum
1313
# acme/certbot version.

certbot-dns-rfc2136/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
version = '1.8.0.dev0'
10+
version = '1.8.0'
1111

1212
# Remember to update local-oldest-requirements.txt when changing the minimum
1313
# acme/certbot version.

certbot-dns-route53/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
version = '1.8.0.dev0'
10+
version = '1.8.0'
1111

1212
# Remember to update local-oldest-requirements.txt when changing the minimum
1313
# acme/certbot version.

certbot-dns-sakuracloud/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
version = '1.8.0.dev0'
10+
version = '1.8.0'
1111

1212
# Please update tox.ini when modifying dependency version requirements
1313
install_requires = [

certbot-nginx/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup
77
from setuptools.command.test import test as TestCommand
88

9-
version = '1.8.0.dev0'
9+
version = '1.8.0'
1010

1111
# Remember to update local-oldest-requirements.txt when changing the minimum
1212
# acme/certbot version.

certbot/certbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Certbot client."""
22

33
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
4-
__version__ = '1.8.0.dev0'
4+
__version__ = '1.8.0'

certbot/docs/cli-help.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ optional arguments:
118118
case, and to know when to deprecate support for past
119119
Python versions and flags. If you wish to hide this
120120
information from the Let's Encrypt server, set this to
121-
"". (default: CertbotACMEClient/1.7.0 (certbot(-auto);
121+
"". (default: CertbotACMEClient/1.8.0 (certbot(-auto);
122122
OS_NAME OS_VERSION) Authenticator/XXX Installer/YYY
123123
(SUBCOMMAND; flags: FLAGS) Py/major.minor.patchlevel).
124124
The flags encoded in the user agent are: --duplicate,
@@ -373,13 +373,11 @@ register:
373373
--register-unsafely-without-email
374374
Specifying this flag enables registering an account
375375
with no email address. This is strongly discouraged,
376-
because in the event of key loss or account compromise
377-
you will irrevocably lose access to your account. You
378-
will also be unable to receive notice about impending
379-
expiration or revocation of your certificates. Updates
380-
to the Subscriber Agreement will still affect you, and
381-
will be effective 14 days after posting an update to
382-
the web site. (default: False)
376+
because you will be unable to receive notice about
377+
impending expiration or revocation of your
378+
certificates or problems with your Certbot
379+
installation that will lead to failure to renew.
380+
(default: False)
383381
-m EMAIL, --email EMAIL
384382
Email used for registration and recovery contact. Use
385383
comma to register multiple emails, ex:

letsencrypt-auto

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ -z "$VENV_PATH" ]; then
3131
fi
3232
VENV_BIN="$VENV_PATH/bin"
3333
BOOTSTRAP_VERSION_PATH="$VENV_PATH/certbot-auto-bootstrap-version.txt"
34-
LE_AUTO_VERSION="1.7.0"
34+
LE_AUTO_VERSION="1.8.0"
3535
BASENAME=$(basename $0)
3636
USAGE="Usage: $BASENAME [OPTIONS]
3737
A self-updating wrapper script for the Certbot ACME client. When run, updates
@@ -258,7 +258,7 @@ DeprecationBootstrap() {
258258

259259
MIN_PYTHON_2_VERSION="2.7"
260260
MIN_PYVER2=$(echo "$MIN_PYTHON_2_VERSION" | sed 's/\.//')
261-
MIN_PYTHON_3_VERSION="3.5"
261+
MIN_PYTHON_3_VERSION="3.6"
262262
MIN_PYVER3=$(echo "$MIN_PYTHON_3_VERSION" | sed 's/\.//')
263263
# Sets LE_PYTHON to Python version string and PYVER to the first two
264264
# digits of the python version.
@@ -930,7 +930,7 @@ else
930930
error "Sorry, I don't know how to bootstrap Certbot on your operating system!"
931931
error
932932
error "You will need to install OS dependencies, configure virtualenv, and run pip install manually."
933-
error "Please see https://letsencrypt.readthedocs.org/en/latest/contributing.html#prerequisites"
933+
error "Please see https://certbot.eff.org/docs/contributing.html#prerequisites"
934934
error "for more info."
935935
exit 1
936936
}
@@ -1530,18 +1530,18 @@ letsencrypt==0.7.0 \
15301530
--hash=sha256:105a5fb107e45bcd0722eb89696986dcf5f08a86a321d6aef25a0c7c63375ade \
15311531
--hash=sha256:c36e532c486a7e92155ee09da54b436a3c420813ec1c590b98f635d924720de9
15321532
1533-
certbot==1.7.0 \
1534-
--hash=sha256:84877127caf779c212d131d36399a45a8e13e06274e7a5e029845df5c84cd974 \
1535-
--hash=sha256:10b95bb86fb8f1dbbd27558bb42454d5995cbdb45d6c00d961ebba2a4bdc4355
1536-
acme==1.7.0 \
1537-
--hash=sha256:ef0e84d670f59c096e9ed8c3bf9e6a7d22ee378fdb4175503c06cc485672c79a \
1538-
--hash=sha256:288d9bbb075278961d224e43f7f386c491d25366a98ed89a62771c5022978386
1539-
certbot-apache==1.7.0 \
1540-
--hash=sha256:514c09a892964332c2485a38bd5720e4cf93e35998341af36eef5401ab165d89 \
1541-
--hash=sha256:99943b6406e0315f31c1f81e2ced6be38aee3ea24974ef4d7aeeda8202c1c3bc
1542-
certbot-nginx==1.7.0 \
1543-
--hash=sha256:fea2387c92155635fbddb02758d5ba73f0d7af459959f91be0a1606fd2e43c55 \
1544-
--hash=sha256:d52ec3e711884100636c42b639d8959378562ea78183a273d120df808de2724f
1533+
certbot==1.8.0 \
1534+
--hash=sha256:4bde86c53e30dc5bc0e78a0862045b053971703af727ac20c6a7da06596c7549 \
1535+
--hash=sha256:4837c516af6543ccd10d70f1498a2113bbdf9ef9a05d3a18b1558b291a2953e4
1536+
acme==1.8.0 \
1537+
--hash=sha256:465033830a75f98042236f50f751f6e316735473ccb4edec0c718263f6c9ba8b \
1538+
--hash=sha256:ad8d067d14258d73ad2643439d9365913362308c04e66cc3010e39c868c5002d
1539+
certbot-apache==1.8.0 \
1540+
--hash=sha256:8c9d981803e1156725fcfcf228afcb754b245c9d506e5b9f4fca948d6ae89aef \
1541+
--hash=sha256:a93c3a7ad929fe0ba5e0868e29ee2d0fe10aea2d4c638a902c4613a5c12c59b6
1542+
certbot-nginx==1.8.0 \
1543+
--hash=sha256:e98e883b5ea7b29dd2e6a8ff286c7550a2d7af2fc859f47067303e510ad4fb52 \
1544+
--hash=sha256:fdb96c74fe42d90bbaf11a00314444ac5544ba87292a1b8b1d707f7561a3eacc
15451545
15461546
UNLIKELY_EOF
15471547
# -------------------------------------------------------------------------
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
-----BEGIN PGP SIGNATURE-----
22

3-
iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAl8pqd4ACgkQTRfJlc2X
4-
dfK7eAgAoYZrhhR4bEB+/mx8NjxT3gaS3rf6/r40OO04Dgb6gqnfunR1S9pvoGyE
5-
P3K1FsCftAYxeI5XH2gG8eQUS1rKXJT3sTr8aDqFOhZtiTiGyknL8iBJNpAG1n/I
6-
xRV/Y+HreBHU3hxNIS9I4LMxu0/4gJqtTvZONcO+NeFeOb80ED9IvvSEk6muTPYO
7-
YD46p1lf8omnx4wRvT8NblB7Tl0MNVvmk7i1fnYAKyItoh3TYBtarRk120lp48XZ
8-
5K9FPf2+RNyaU222Iv3Fy6q2d0nxysIWtlgObz/OVHiFUNPBKRPVHYQJlT2OwyIx
9-
gVHJkxuM5P/AxeD8rpwOJqhfHVUm2A==
10-
=FQqP
3+
iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAl9XuHIACgkQTRfJlc2X
4+
dfIU8wgAkwXao63sZxfiRfeQfzyM01oYEaqjp17gX/f0QhxvmrBUIdBKsF3TBZ9H
5+
7c3NYlBxJ31/a5PVfzElQJAzqMl4yEdlZK1mxKEepQycmW+vHOq8DOfpvOU957ro
6+
cRBpDcu5BK+/tKPqVTHpLRZX7SFjzpunwKmmdCz1JzxLuf0Wgrqmq678Yyh6rLdT
7+
96j7bDhHCDg0R2RC3hL1yk9HyMdh/nSKUYNnQdqAi/YSybclHXBU2NJURupMrei1
8+
6LLoE6I8wo4LXptCaM48kQEHBKGwdMWeimVkos0YbmIzcPbmmetmu+MvrL/T/Dz8
9+
6OEBdYbAkMdT2gzseq76CYEUeWhL0g==
10+
=1K2n
1111
-----END PGP SIGNATURE-----

letsencrypt-auto-source/letsencrypt-auto

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ -z "$VENV_PATH" ]; then
3131
fi
3232
VENV_BIN="$VENV_PATH/bin"
3333
BOOTSTRAP_VERSION_PATH="$VENV_PATH/certbot-auto-bootstrap-version.txt"
34-
LE_AUTO_VERSION="1.8.0.dev0"
34+
LE_AUTO_VERSION="1.8.0"
3535
BASENAME=$(basename $0)
3636
USAGE="Usage: $BASENAME [OPTIONS]
3737
A self-updating wrapper script for the Certbot ACME client. When run, updates
@@ -1530,18 +1530,18 @@ letsencrypt==0.7.0 \
15301530
--hash=sha256:105a5fb107e45bcd0722eb89696986dcf5f08a86a321d6aef25a0c7c63375ade \
15311531
--hash=sha256:c36e532c486a7e92155ee09da54b436a3c420813ec1c590b98f635d924720de9
15321532
1533-
certbot==1.7.0 \
1534-
--hash=sha256:84877127caf779c212d131d36399a45a8e13e06274e7a5e029845df5c84cd974 \
1535-
--hash=sha256:10b95bb86fb8f1dbbd27558bb42454d5995cbdb45d6c00d961ebba2a4bdc4355
1536-
acme==1.7.0 \
1537-
--hash=sha256:ef0e84d670f59c096e9ed8c3bf9e6a7d22ee378fdb4175503c06cc485672c79a \
1538-
--hash=sha256:288d9bbb075278961d224e43f7f386c491d25366a98ed89a62771c5022978386
1539-
certbot-apache==1.7.0 \
1540-
--hash=sha256:514c09a892964332c2485a38bd5720e4cf93e35998341af36eef5401ab165d89 \
1541-
--hash=sha256:99943b6406e0315f31c1f81e2ced6be38aee3ea24974ef4d7aeeda8202c1c3bc
1542-
certbot-nginx==1.7.0 \
1543-
--hash=sha256:fea2387c92155635fbddb02758d5ba73f0d7af459959f91be0a1606fd2e43c55 \
1544-
--hash=sha256:d52ec3e711884100636c42b639d8959378562ea78183a273d120df808de2724f
1533+
certbot==1.8.0 \
1534+
--hash=sha256:4bde86c53e30dc5bc0e78a0862045b053971703af727ac20c6a7da06596c7549 \
1535+
--hash=sha256:4837c516af6543ccd10d70f1498a2113bbdf9ef9a05d3a18b1558b291a2953e4
1536+
acme==1.8.0 \
1537+
--hash=sha256:465033830a75f98042236f50f751f6e316735473ccb4edec0c718263f6c9ba8b \
1538+
--hash=sha256:ad8d067d14258d73ad2643439d9365913362308c04e66cc3010e39c868c5002d
1539+
certbot-apache==1.8.0 \
1540+
--hash=sha256:8c9d981803e1156725fcfcf228afcb754b245c9d506e5b9f4fca948d6ae89aef \
1541+
--hash=sha256:a93c3a7ad929fe0ba5e0868e29ee2d0fe10aea2d4c638a902c4613a5c12c59b6
1542+
certbot-nginx==1.8.0 \
1543+
--hash=sha256:e98e883b5ea7b29dd2e6a8ff286c7550a2d7af2fc859f47067303e510ad4fb52 \
1544+
--hash=sha256:fdb96c74fe42d90bbaf11a00314444ac5544ba87292a1b8b1d707f7561a3eacc
15451545
15461546
UNLIKELY_EOF
15471547
# -------------------------------------------------------------------------
0 Bytes
Binary file not shown.
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
certbot==1.7.0 \
2-
--hash=sha256:84877127caf779c212d131d36399a45a8e13e06274e7a5e029845df5c84cd974 \
3-
--hash=sha256:10b95bb86fb8f1dbbd27558bb42454d5995cbdb45d6c00d961ebba2a4bdc4355
4-
acme==1.7.0 \
5-
--hash=sha256:ef0e84d670f59c096e9ed8c3bf9e6a7d22ee378fdb4175503c06cc485672c79a \
6-
--hash=sha256:288d9bbb075278961d224e43f7f386c491d25366a98ed89a62771c5022978386
7-
certbot-apache==1.7.0 \
8-
--hash=sha256:514c09a892964332c2485a38bd5720e4cf93e35998341af36eef5401ab165d89 \
9-
--hash=sha256:99943b6406e0315f31c1f81e2ced6be38aee3ea24974ef4d7aeeda8202c1c3bc
10-
certbot-nginx==1.7.0 \
11-
--hash=sha256:fea2387c92155635fbddb02758d5ba73f0d7af459959f91be0a1606fd2e43c55 \
12-
--hash=sha256:d52ec3e711884100636c42b639d8959378562ea78183a273d120df808de2724f
1+
certbot==1.8.0 \
2+
--hash=sha256:4bde86c53e30dc5bc0e78a0862045b053971703af727ac20c6a7da06596c7549 \
3+
--hash=sha256:4837c516af6543ccd10d70f1498a2113bbdf9ef9a05d3a18b1558b291a2953e4
4+
acme==1.8.0 \
5+
--hash=sha256:465033830a75f98042236f50f751f6e316735473ccb4edec0c718263f6c9ba8b \
6+
--hash=sha256:ad8d067d14258d73ad2643439d9365913362308c04e66cc3010e39c868c5002d
7+
certbot-apache==1.8.0 \
8+
--hash=sha256:8c9d981803e1156725fcfcf228afcb754b245c9d506e5b9f4fca948d6ae89aef \
9+
--hash=sha256:a93c3a7ad929fe0ba5e0868e29ee2d0fe10aea2d4c638a902c4613a5c12c59b6
10+
certbot-nginx==1.8.0 \
11+
--hash=sha256:e98e883b5ea7b29dd2e6a8ff286c7550a2d7af2fc859f47067303e510ad4fb52 \
12+
--hash=sha256:fdb96c74fe42d90bbaf11a00314444ac5544ba87292a1b8b1d707f7561a3eacc

0 commit comments

Comments
 (0)