From ab036e98e08ad3c9b9f686702ab03f16c640657e Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Wed, 14 Oct 2015 23:06:20 -0700 Subject: [PATCH] Do not ship letsencrypt-nginx until it's somewhat plausibly working --- letsencrypt-auto | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/letsencrypt-auto b/letsencrypt-auto index 662908c47..20a7a40fa 100755 --- a/letsencrypt-auto +++ b/letsencrypt-auto @@ -68,11 +68,13 @@ echo "Updating letsencrypt and virtual environment dependencies..." if [ "$VERBOSE" = 1 ] ; then $VENV_BIN/pip install -U setuptools $VENV_BIN/pip install -U pip - $VENV_BIN/pip install -U letsencrypt letsencrypt-apache letsencrypt-nginx + # nginx is buggy / disabled for now... + $VENV_BIN/pip install -U letsencrypt letsencrypt-apache #letsencrypt-nginx else $VENV_BIN/pip install -U setuptools > /dev/null $VENV_BIN/pip install -U pip > /dev/null - $VENV_BIN/pip install -U letsencrypt letsencrypt-apache letsencrypt-nginx > /dev/null + # nginx is buggy / disabled for now... + $VENV_BIN/pip install -U letsencrypt letsencrypt-apache > /dev/null fi # Explain what's about to happen, for the benefit of those getting sudo