diff --git a/letsencrypt-auto b/letsencrypt-auto index 20465db..57d1787 100755 --- a/letsencrypt-auto +++ b/letsencrypt-auto @@ -176,6 +176,7 @@ if [ "$VERBOSE" = 1 ] ; then echo $VENV_BIN/pip install -U setuptools $VENV_BIN/pip install -U pip + $VENV_BIN/pip install -U pyopenssl ndg-httpsclient pyasn1 $VENV_BIN/pip install -U letsencrypt letsencrypt-apache # nginx is buggy / disabled for now, but upgrade it if the user has # installed it manually @@ -187,6 +188,8 @@ else printf . $VENV_BIN/pip install -U pip > /dev/null printf . + $VENV_BIN/pip install -U pyopenssl ndg-httpsclient pyasn1 # <- added this here + # nginx is buggy / disabled for now... $VENV_BIN/pip install -U letsencrypt > /dev/null printf .