mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 16:12:13 +02:00
Added apache mod_ssl check & installation to bootstrap
This commit is contained in:
@@ -47,3 +47,11 @@ then
|
|||||||
echo "Could not install additional dependencies. Aborting bootstrap!"
|
echo "Could not install additional dependencies. Aborting bootstrap!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
if yum list installed "httpd" >/dev/null 2>&1; then
|
||||||
|
if ! $tool install -y mod_ssl
|
||||||
|
then
|
||||||
|
echo "Apache found, but mod_ssl could not be installed."
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user