mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Update certbot-auto and help (#5487)
* Release 0.21.1
(cherry picked from commit ff60d70e68)
* Bump version to 0.22.0
This commit is contained in:
+26
-20
@@ -31,7 +31,7 @@ if [ -z "$VENV_PATH" ]; then
|
|||||||
fi
|
fi
|
||||||
VENV_BIN="$VENV_PATH/bin"
|
VENV_BIN="$VENV_PATH/bin"
|
||||||
BOOTSTRAP_VERSION_PATH="$VENV_PATH/certbot-auto-bootstrap-version.txt"
|
BOOTSTRAP_VERSION_PATH="$VENV_PATH/certbot-auto-bootstrap-version.txt"
|
||||||
LE_AUTO_VERSION="0.21.0"
|
LE_AUTO_VERSION="0.21.1"
|
||||||
BASENAME=$(basename $0)
|
BASENAME=$(basename $0)
|
||||||
USAGE="Usage: $BASENAME [OPTIONS]
|
USAGE="Usage: $BASENAME [OPTIONS]
|
||||||
A self-updating wrapper script for the Certbot ACME client. When run, updates
|
A self-updating wrapper script for the Certbot ACME client. When run, updates
|
||||||
@@ -761,13 +761,8 @@ BootstrapMageiaCommon() {
|
|||||||
# Set Bootstrap to the function that installs OS dependencies on this system
|
# Set Bootstrap to the function that installs OS dependencies on this system
|
||||||
# and BOOTSTRAP_VERSION to the unique identifier for the current version of
|
# and BOOTSTRAP_VERSION to the unique identifier for the current version of
|
||||||
# that function. If Bootstrap is set to a function that doesn't install any
|
# that function. If Bootstrap is set to a function that doesn't install any
|
||||||
# packages (either because --no-bootstrap was included on the command line or
|
# packages BOOTSTRAP_VERSION is not set.
|
||||||
# we don't know how to bootstrap on this system), BOOTSTRAP_VERSION is not set.
|
if [ -f /etc/debian_version ]; then
|
||||||
if [ "$NO_BOOTSTRAP" = 1 ]; then
|
|
||||||
Bootstrap() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
elif [ -f /etc/debian_version ]; then
|
|
||||||
Bootstrap() {
|
Bootstrap() {
|
||||||
BootstrapMessage "Debian-based OSes"
|
BootstrapMessage "Debian-based OSes"
|
||||||
BootstrapDebCommon
|
BootstrapDebCommon
|
||||||
@@ -863,6 +858,17 @@ else
|
|||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# We handle this case after determining the normal bootstrap version to allow
|
||||||
|
# variables like USE_PYTHON_3 to be properly set. As described above, if the
|
||||||
|
# Bootstrap function doesn't install any packages, BOOTSTRAP_VERSION should not
|
||||||
|
# be set so we unset it here.
|
||||||
|
if [ "$NO_BOOTSTRAP" = 1 ]; then
|
||||||
|
Bootstrap() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
unset BOOTSTRAP_VERSION
|
||||||
|
fi
|
||||||
|
|
||||||
# Sets PREV_BOOTSTRAP_VERSION to the identifier for the bootstrap script used
|
# Sets PREV_BOOTSTRAP_VERSION to the identifier for the bootstrap script used
|
||||||
# to install OS dependencies on this system. PREV_BOOTSTRAP_VERSION isn't set
|
# to install OS dependencies on this system. PREV_BOOTSTRAP_VERSION isn't set
|
||||||
# if it is unknown how OS dependencies were installed on this system.
|
# if it is unknown how OS dependencies were installed on this system.
|
||||||
@@ -1190,18 +1196,18 @@ letsencrypt==0.7.0 \
|
|||||||
--hash=sha256:105a5fb107e45bcd0722eb89696986dcf5f08a86a321d6aef25a0c7c63375ade \
|
--hash=sha256:105a5fb107e45bcd0722eb89696986dcf5f08a86a321d6aef25a0c7c63375ade \
|
||||||
--hash=sha256:c36e532c486a7e92155ee09da54b436a3c420813ec1c590b98f635d924720de9
|
--hash=sha256:c36e532c486a7e92155ee09da54b436a3c420813ec1c590b98f635d924720de9
|
||||||
|
|
||||||
certbot==0.21.0 \
|
certbot==0.21.1 \
|
||||||
--hash=sha256:b6fc9cf80e8e2925827c61ca92c32faa935bbadaf14448e2d7f40e1f8f2cccdb \
|
--hash=sha256:08f026078807fbcfd7bfab44c4d827ee287738fefcc86fbe1493ce752d2fdccb \
|
||||||
--hash=sha256:07ca3246d3462fe73418113cc5c1036545f4b2312831024da923054de3a85857
|
--hash=sha256:e6c8e9b0b5e38834330831d5a91e1c08accdb9b4923855d14d524e7327e6c4ea
|
||||||
acme==0.21.0 \
|
acme==0.21.1 \
|
||||||
--hash=sha256:4ef91a62c30b9d6bd1dd0b5ac3a8c7e70203e08e5269d3d26311dd6648aaacda \
|
--hash=sha256:4b2b5ef80c755dfa30eb5c67ab4b4e66e7f205ad922b43170502c5f8d8ef1242 \
|
||||||
--hash=sha256:d64eae267c0bb21c98fa889b4e0be4c473ca8e80488d3de057e803d6d167544d
|
--hash=sha256:296e8abf4f5a69af1a892416faceea90e15f39e2920bf87beeaad1d6ce70a60b
|
||||||
certbot-apache==0.21.0 \
|
certbot-apache==0.21.1 \
|
||||||
--hash=sha256:026c23fec4def727f88acd15f66b5641f7ba1f767f0728fd56798cf3500be0c5 \
|
--hash=sha256:faa4af1033564a0e676d16940775593fb849527b494a15f6a816ad0ed4fa273c \
|
||||||
--hash=sha256:185dae50c680fa3c09646907a6256c6b4ddf8525723d3b13b9b33d1a3118663b
|
--hash=sha256:0bce4419d4fdabbdda2223cff8db6794c5717632fb9511b00498ec00982a3fa5
|
||||||
certbot-nginx==0.21.0 \
|
certbot-nginx==0.21.1 \
|
||||||
--hash=sha256:e5ac3a203871f13e7e72d4922e401364342f2999d130c959f90949305c33d2bc \
|
--hash=sha256:3fad3b4722544558ce03132f853e18da5e516013086aaa40f1036aa6667c70a9 \
|
||||||
--hash=sha256:88be95916935980edc4c6ec3f39031ac47f5b73d6e43dfa3694b927226432642
|
--hash=sha256:55a32afe0950ff49d3118f93035463a46c85c2f399d261123f5fe973afdd4f64
|
||||||
|
|
||||||
UNLIKELY_EOF
|
UNLIKELY_EOF
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|||||||
+8
-10
@@ -107,9 +107,9 @@ optional arguments:
|
|||||||
case, and to know when to deprecate support for past
|
case, and to know when to deprecate support for past
|
||||||
Python versions and flags. If you wish to hide this
|
Python versions and flags. If you wish to hide this
|
||||||
information from the Let's Encrypt server, set this to
|
information from the Let's Encrypt server, set this to
|
||||||
"". (default: CertbotACMEClient/0.21.0 (certbot;
|
"". (default: CertbotACMEClient/0.21.1 (certbot;
|
||||||
Ubuntu 16.04.3 LTS) Authenticator/XXX Installer/YYY
|
darwin 10.13.3) Authenticator/XXX Installer/YYY
|
||||||
(SUBCOMMAND; flags: FLAGS) Py/2.7.12). The flags
|
(SUBCOMMAND; flags: FLAGS) Py/2.7.14). The flags
|
||||||
encoded in the user agent are: --duplicate, --force-
|
encoded in the user agent are: --duplicate, --force-
|
||||||
renew, --allow-subset-of-names, -n, and whether any
|
renew, --allow-subset-of-names, -n, and whether any
|
||||||
hooks are set.
|
hooks are set.
|
||||||
@@ -448,11 +448,9 @@ apache:
|
|||||||
Apache Web Server plugin - Beta
|
Apache Web Server plugin - Beta
|
||||||
|
|
||||||
--apache-enmod APACHE_ENMOD
|
--apache-enmod APACHE_ENMOD
|
||||||
Path to the Apache 'a2enmod' binary. (default:
|
Path to the Apache 'a2enmod' binary. (default: None)
|
||||||
a2enmod)
|
|
||||||
--apache-dismod APACHE_DISMOD
|
--apache-dismod APACHE_DISMOD
|
||||||
Path to the Apache 'a2dismod' binary. (default:
|
Path to the Apache 'a2dismod' binary. (default: None)
|
||||||
a2dismod)
|
|
||||||
--apache-le-vhost-ext APACHE_LE_VHOST_EXT
|
--apache-le-vhost-ext APACHE_LE_VHOST_EXT
|
||||||
SSL vhost configuration extension. (default: -le-
|
SSL vhost configuration extension. (default: -le-
|
||||||
ssl.conf)
|
ssl.conf)
|
||||||
@@ -466,13 +464,13 @@ apache:
|
|||||||
/var/log/apache2)
|
/var/log/apache2)
|
||||||
--apache-challenge-location APACHE_CHALLENGE_LOCATION
|
--apache-challenge-location APACHE_CHALLENGE_LOCATION
|
||||||
Directory path for challenge configuration. (default:
|
Directory path for challenge configuration. (default:
|
||||||
/etc/apache2)
|
/etc/apache2/other)
|
||||||
--apache-handle-modules APACHE_HANDLE_MODULES
|
--apache-handle-modules APACHE_HANDLE_MODULES
|
||||||
Let installer handle enabling required modules for
|
Let installer handle enabling required modules for
|
||||||
you.(Only Ubuntu/Debian currently) (default: True)
|
you.(Only Ubuntu/Debian currently) (default: False)
|
||||||
--apache-handle-sites APACHE_HANDLE_SITES
|
--apache-handle-sites APACHE_HANDLE_SITES
|
||||||
Let installer handle enabling sites for you.(Only
|
Let installer handle enabling sites for you.(Only
|
||||||
Ubuntu/Debian currently) (default: True)
|
Ubuntu/Debian currently) (default: False)
|
||||||
|
|
||||||
certbot-route53:auth:
|
certbot-route53:auth:
|
||||||
Obtain certificates using a DNS TXT record (if you are using AWS Route53
|
Obtain certificates using a DNS TXT record (if you are using AWS Route53
|
||||||
|
|||||||
+26
-20
@@ -31,7 +31,7 @@ if [ -z "$VENV_PATH" ]; then
|
|||||||
fi
|
fi
|
||||||
VENV_BIN="$VENV_PATH/bin"
|
VENV_BIN="$VENV_PATH/bin"
|
||||||
BOOTSTRAP_VERSION_PATH="$VENV_PATH/certbot-auto-bootstrap-version.txt"
|
BOOTSTRAP_VERSION_PATH="$VENV_PATH/certbot-auto-bootstrap-version.txt"
|
||||||
LE_AUTO_VERSION="0.21.0"
|
LE_AUTO_VERSION="0.21.1"
|
||||||
BASENAME=$(basename $0)
|
BASENAME=$(basename $0)
|
||||||
USAGE="Usage: $BASENAME [OPTIONS]
|
USAGE="Usage: $BASENAME [OPTIONS]
|
||||||
A self-updating wrapper script for the Certbot ACME client. When run, updates
|
A self-updating wrapper script for the Certbot ACME client. When run, updates
|
||||||
@@ -761,13 +761,8 @@ BootstrapMageiaCommon() {
|
|||||||
# Set Bootstrap to the function that installs OS dependencies on this system
|
# Set Bootstrap to the function that installs OS dependencies on this system
|
||||||
# and BOOTSTRAP_VERSION to the unique identifier for the current version of
|
# and BOOTSTRAP_VERSION to the unique identifier for the current version of
|
||||||
# that function. If Bootstrap is set to a function that doesn't install any
|
# that function. If Bootstrap is set to a function that doesn't install any
|
||||||
# packages (either because --no-bootstrap was included on the command line or
|
# packages BOOTSTRAP_VERSION is not set.
|
||||||
# we don't know how to bootstrap on this system), BOOTSTRAP_VERSION is not set.
|
if [ -f /etc/debian_version ]; then
|
||||||
if [ "$NO_BOOTSTRAP" = 1 ]; then
|
|
||||||
Bootstrap() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
elif [ -f /etc/debian_version ]; then
|
|
||||||
Bootstrap() {
|
Bootstrap() {
|
||||||
BootstrapMessage "Debian-based OSes"
|
BootstrapMessage "Debian-based OSes"
|
||||||
BootstrapDebCommon
|
BootstrapDebCommon
|
||||||
@@ -863,6 +858,17 @@ else
|
|||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# We handle this case after determining the normal bootstrap version to allow
|
||||||
|
# variables like USE_PYTHON_3 to be properly set. As described above, if the
|
||||||
|
# Bootstrap function doesn't install any packages, BOOTSTRAP_VERSION should not
|
||||||
|
# be set so we unset it here.
|
||||||
|
if [ "$NO_BOOTSTRAP" = 1 ]; then
|
||||||
|
Bootstrap() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
unset BOOTSTRAP_VERSION
|
||||||
|
fi
|
||||||
|
|
||||||
# Sets PREV_BOOTSTRAP_VERSION to the identifier for the bootstrap script used
|
# Sets PREV_BOOTSTRAP_VERSION to the identifier for the bootstrap script used
|
||||||
# to install OS dependencies on this system. PREV_BOOTSTRAP_VERSION isn't set
|
# to install OS dependencies on this system. PREV_BOOTSTRAP_VERSION isn't set
|
||||||
# if it is unknown how OS dependencies were installed on this system.
|
# if it is unknown how OS dependencies were installed on this system.
|
||||||
@@ -1190,18 +1196,18 @@ letsencrypt==0.7.0 \
|
|||||||
--hash=sha256:105a5fb107e45bcd0722eb89696986dcf5f08a86a321d6aef25a0c7c63375ade \
|
--hash=sha256:105a5fb107e45bcd0722eb89696986dcf5f08a86a321d6aef25a0c7c63375ade \
|
||||||
--hash=sha256:c36e532c486a7e92155ee09da54b436a3c420813ec1c590b98f635d924720de9
|
--hash=sha256:c36e532c486a7e92155ee09da54b436a3c420813ec1c590b98f635d924720de9
|
||||||
|
|
||||||
certbot==0.21.0 \
|
certbot==0.21.1 \
|
||||||
--hash=sha256:b6fc9cf80e8e2925827c61ca92c32faa935bbadaf14448e2d7f40e1f8f2cccdb \
|
--hash=sha256:08f026078807fbcfd7bfab44c4d827ee287738fefcc86fbe1493ce752d2fdccb \
|
||||||
--hash=sha256:07ca3246d3462fe73418113cc5c1036545f4b2312831024da923054de3a85857
|
--hash=sha256:e6c8e9b0b5e38834330831d5a91e1c08accdb9b4923855d14d524e7327e6c4ea
|
||||||
acme==0.21.0 \
|
acme==0.21.1 \
|
||||||
--hash=sha256:4ef91a62c30b9d6bd1dd0b5ac3a8c7e70203e08e5269d3d26311dd6648aaacda \
|
--hash=sha256:4b2b5ef80c755dfa30eb5c67ab4b4e66e7f205ad922b43170502c5f8d8ef1242 \
|
||||||
--hash=sha256:d64eae267c0bb21c98fa889b4e0be4c473ca8e80488d3de057e803d6d167544d
|
--hash=sha256:296e8abf4f5a69af1a892416faceea90e15f39e2920bf87beeaad1d6ce70a60b
|
||||||
certbot-apache==0.21.0 \
|
certbot-apache==0.21.1 \
|
||||||
--hash=sha256:026c23fec4def727f88acd15f66b5641f7ba1f767f0728fd56798cf3500be0c5 \
|
--hash=sha256:faa4af1033564a0e676d16940775593fb849527b494a15f6a816ad0ed4fa273c \
|
||||||
--hash=sha256:185dae50c680fa3c09646907a6256c6b4ddf8525723d3b13b9b33d1a3118663b
|
--hash=sha256:0bce4419d4fdabbdda2223cff8db6794c5717632fb9511b00498ec00982a3fa5
|
||||||
certbot-nginx==0.21.0 \
|
certbot-nginx==0.21.1 \
|
||||||
--hash=sha256:e5ac3a203871f13e7e72d4922e401364342f2999d130c959f90949305c33d2bc \
|
--hash=sha256:3fad3b4722544558ce03132f853e18da5e516013086aaa40f1036aa6667c70a9 \
|
||||||
--hash=sha256:88be95916935980edc4c6ec3f39031ac47f5b73d6e43dfa3694b927226432642
|
--hash=sha256:55a32afe0950ff49d3118f93035463a46c85c2f399d261123f5fe973afdd4f64
|
||||||
|
|
||||||
UNLIKELY_EOF
|
UNLIKELY_EOF
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
Version: GnuPG v2
|
|
||||||
|
|
||||||
iQEcBAABCAAGBQJaX+JUAAoJEE0XyZXNl3XyUCkH/jowI7yayXREoBUWpLuByd/n
|
iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAlpqMlYACgkQTRfJlc2X
|
||||||
e1wGLQjnZYkxv/AJGJ63G3QvwpzmIqo3r/6K4ARlUcdOnepZRDpF6jC4F5q9vBwW
|
dfKHfQgAnZQJ34jFoVqEodT0EjvkFKZif4V/zXTsVwTHn107BcLCpH/9gjANrSo3
|
||||||
AvUVU2B7e6mC6l/jXNepS8xowEwkQptQBDfnqh8TTeTb3rQTFod8X41skZ2633HL
|
JpvseH2q0odhOAZA4rZKH4Geh+5fsUl3Ew9YB28RXeyqEfCATUqPq6q+jAi55SLc
|
||||||
RX4ditKaGMbcswMn6+5/juz0YK5ujVdVTcMeMcZKP2tvPJ9Y08YdpY6IdrM0Mfhn
|
a064Ux5N7eOIh9gxvpDKBeSFD0eNB8IDtPQhUspr+WnoycawrJHNGawL8WIfrWY3
|
||||||
IqssjM06CzsiYHeNOXfRY4vAPw4Oq/md3bf6ZpPCee1HPiDm0NvHtTemWBkPIehf
|
0ZPF981iPCWCdN3woDP9wHA2QtBClAk2pQ1aMgdkK9r/QLO+DY92xmT/Uu4ik2jR
|
||||||
yy0U8JIDIZha4WKo3yifbZFL5Zf5czVkrtqQ3DBRcLrCFtBh2aTVsIMJkpW/wFo=
|
zv+QplsQLftjD+bRar5R9jiCWV5phPqrOF3ypMiU0K5bsnrZfGBzBcoEyfKuB+UR
|
||||||
=d/hS
|
F/j/631OC6yLRasr+xcL1gc+SCryfA==
|
||||||
|
=tkZT
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|||||||
@@ -1196,18 +1196,18 @@ letsencrypt==0.7.0 \
|
|||||||
--hash=sha256:105a5fb107e45bcd0722eb89696986dcf5f08a86a321d6aef25a0c7c63375ade \
|
--hash=sha256:105a5fb107e45bcd0722eb89696986dcf5f08a86a321d6aef25a0c7c63375ade \
|
||||||
--hash=sha256:c36e532c486a7e92155ee09da54b436a3c420813ec1c590b98f635d924720de9
|
--hash=sha256:c36e532c486a7e92155ee09da54b436a3c420813ec1c590b98f635d924720de9
|
||||||
|
|
||||||
certbot==0.21.0 \
|
certbot==0.21.1 \
|
||||||
--hash=sha256:b6fc9cf80e8e2925827c61ca92c32faa935bbadaf14448e2d7f40e1f8f2cccdb \
|
--hash=sha256:08f026078807fbcfd7bfab44c4d827ee287738fefcc86fbe1493ce752d2fdccb \
|
||||||
--hash=sha256:07ca3246d3462fe73418113cc5c1036545f4b2312831024da923054de3a85857
|
--hash=sha256:e6c8e9b0b5e38834330831d5a91e1c08accdb9b4923855d14d524e7327e6c4ea
|
||||||
acme==0.21.0 \
|
acme==0.21.1 \
|
||||||
--hash=sha256:4ef91a62c30b9d6bd1dd0b5ac3a8c7e70203e08e5269d3d26311dd6648aaacda \
|
--hash=sha256:4b2b5ef80c755dfa30eb5c67ab4b4e66e7f205ad922b43170502c5f8d8ef1242 \
|
||||||
--hash=sha256:d64eae267c0bb21c98fa889b4e0be4c473ca8e80488d3de057e803d6d167544d
|
--hash=sha256:296e8abf4f5a69af1a892416faceea90e15f39e2920bf87beeaad1d6ce70a60b
|
||||||
certbot-apache==0.21.0 \
|
certbot-apache==0.21.1 \
|
||||||
--hash=sha256:026c23fec4def727f88acd15f66b5641f7ba1f767f0728fd56798cf3500be0c5 \
|
--hash=sha256:faa4af1033564a0e676d16940775593fb849527b494a15f6a816ad0ed4fa273c \
|
||||||
--hash=sha256:185dae50c680fa3c09646907a6256c6b4ddf8525723d3b13b9b33d1a3118663b
|
--hash=sha256:0bce4419d4fdabbdda2223cff8db6794c5717632fb9511b00498ec00982a3fa5
|
||||||
certbot-nginx==0.21.0 \
|
certbot-nginx==0.21.1 \
|
||||||
--hash=sha256:e5ac3a203871f13e7e72d4922e401364342f2999d130c959f90949305c33d2bc \
|
--hash=sha256:3fad3b4722544558ce03132f853e18da5e516013086aaa40f1036aa6667c70a9 \
|
||||||
--hash=sha256:88be95916935980edc4c6ec3f39031ac47f5b73d6e43dfa3694b927226432642
|
--hash=sha256:55a32afe0950ff49d3118f93035463a46c85c2f399d261123f5fe973afdd4f64
|
||||||
|
|
||||||
UNLIKELY_EOF
|
UNLIKELY_EOF
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|||||||
Binary file not shown.
@@ -1,12 +1,12 @@
|
|||||||
certbot==0.21.0 \
|
certbot==0.21.1 \
|
||||||
--hash=sha256:b6fc9cf80e8e2925827c61ca92c32faa935bbadaf14448e2d7f40e1f8f2cccdb \
|
--hash=sha256:08f026078807fbcfd7bfab44c4d827ee287738fefcc86fbe1493ce752d2fdccb \
|
||||||
--hash=sha256:07ca3246d3462fe73418113cc5c1036545f4b2312831024da923054de3a85857
|
--hash=sha256:e6c8e9b0b5e38834330831d5a91e1c08accdb9b4923855d14d524e7327e6c4ea
|
||||||
acme==0.21.0 \
|
acme==0.21.1 \
|
||||||
--hash=sha256:4ef91a62c30b9d6bd1dd0b5ac3a8c7e70203e08e5269d3d26311dd6648aaacda \
|
--hash=sha256:4b2b5ef80c755dfa30eb5c67ab4b4e66e7f205ad922b43170502c5f8d8ef1242 \
|
||||||
--hash=sha256:d64eae267c0bb21c98fa889b4e0be4c473ca8e80488d3de057e803d6d167544d
|
--hash=sha256:296e8abf4f5a69af1a892416faceea90e15f39e2920bf87beeaad1d6ce70a60b
|
||||||
certbot-apache==0.21.0 \
|
certbot-apache==0.21.1 \
|
||||||
--hash=sha256:026c23fec4def727f88acd15f66b5641f7ba1f767f0728fd56798cf3500be0c5 \
|
--hash=sha256:faa4af1033564a0e676d16940775593fb849527b494a15f6a816ad0ed4fa273c \
|
||||||
--hash=sha256:185dae50c680fa3c09646907a6256c6b4ddf8525723d3b13b9b33d1a3118663b
|
--hash=sha256:0bce4419d4fdabbdda2223cff8db6794c5717632fb9511b00498ec00982a3fa5
|
||||||
certbot-nginx==0.21.0 \
|
certbot-nginx==0.21.1 \
|
||||||
--hash=sha256:e5ac3a203871f13e7e72d4922e401364342f2999d130c959f90949305c33d2bc \
|
--hash=sha256:3fad3b4722544558ce03132f853e18da5e516013086aaa40f1036aa6667c70a9 \
|
||||||
--hash=sha256:88be95916935980edc4c6ec3f39031ac47f5b73d6e43dfa3694b927226432642
|
--hash=sha256:55a32afe0950ff49d3118f93035463a46c85c2f399d261123f5fe973afdd4f64
|
||||||
|
|||||||
Reference in New Issue
Block a user