diff --git a/setup/functions b/setup/functions index b42f4033..cdd939d2 100644 --- a/setup/functions +++ b/setup/functions @@ -376,11 +376,11 @@ function createCertificates { case "$hostType" in centos7) - yum install -y certbot + yum install -y certbot python2-certbot-apache ;; ubuntu1804) - apt-get install -y certbot + apt-get install -y certbot python3-certbot-apache ;; esac