mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
modify test_apache2 to use new format
This commit is contained in:
parent
efac74bdad
commit
1dfc73150a
2 changed files with 2 additions and 4 deletions
|
|
@ -46,6 +46,7 @@ BootstrapDebCommon() {
|
|||
openssl \
|
||||
libffi-dev \
|
||||
ca-certificates \
|
||||
make # needed on debian 9 arm64 which doesn't have a python3 pynacl wheel
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -40,14 +40,11 @@ fi
|
|||
cd letsencrypt
|
||||
|
||||
echo "Bootstrapping dependencies..."
|
||||
sudo tests/letstest/scripts/bootstrap_os_packages.sh
|
||||
sudo tests/letstest/scripts/bootstrap_os_packages.sh . "tools/venv3.py -e acme[dev] -e certbot[dev,docs] -e certbot-apache"
|
||||
if [ $? -ne 0 ] ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
. tests/letstest/scripts/set_python_envvars.sh
|
||||
|
||||
tools/venv3.py -e acme[dev] -e certbot[dev,docs] -e certbot-apache
|
||||
sudo "venv3/bin/certbot" -v --debug --text --agree-tos \
|
||||
--renew-by-default --redirect --register-unsafely-without-email \
|
||||
--domain $PUBLIC_HOSTNAME --server $BOULDER_URL
|
||||
|
|
|
|||
Loading…
Reference in a new issue