mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 08:08:00 +02:00
Fix various bugs
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ parser.add_argument('--saveinstances',
|
|||||||
action='store_true',
|
action='store_true',
|
||||||
help="don't kill EC2 instances after run, useful for debugging")
|
help="don't kill EC2 instances after run, useful for debugging")
|
||||||
parser.add_argument('--alt_pip',
|
parser.add_argument('--alt_pip',
|
||||||
default='https://certainly.isnot.org/pip/',
|
default='',
|
||||||
help="server from which to pull candidate release packages")
|
help="server from which to pull candidate release packages")
|
||||||
cl_args = parser.parse_args()
|
cl_args = parser.parse_args()
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,8 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
venv/bin/letsencrypt -v --debug --text --agree-dev-preview --agree-tos \
|
bootstrap/dev/venv.sh
|
||||||
|
sudo venv/bin/letsencrypt -v --debug --text --agree-dev-preview --agree-tos \
|
||||||
--renew-by-default --redirect --register-unsafely-without-email \
|
--renew-by-default --redirect --register-unsafely-without-email \
|
||||||
--domain $PUBLIC_HOSTNAME --server $BOULDER_URL
|
--domain $PUBLIC_HOSTNAME --server $BOULDER_URL
|
||||||
if [ $? -ne 0 ] ; then
|
if [ $? -ne 0 ] ; then
|
||||||
@@ -58,7 +59,7 @@ fi
|
|||||||
|
|
||||||
if [ "$OS_TYPE" = "ubuntu" ] ; then
|
if [ "$OS_TYPE" = "ubuntu" ] ; then
|
||||||
export LETSENCRYPT="$HOME/.local/share/letsencrypt/bin/letsencrypt"
|
export LETSENCRYPT="$HOME/.local/share/letsencrypt/bin/letsencrypt"
|
||||||
venv/bin/tox apacheconftest
|
venv/bin/tox -e apacheconftest
|
||||||
else
|
else
|
||||||
echo Not running hackish apache tests on $OS_TYPE
|
echo Not running hackish apache tests on $OS_TYPE
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user