diff --git a/etc/cron.d/cerbot b/etc/cron.d/certbot similarity index 100% rename from etc/cron.d/cerbot rename to etc/cron.d/certbot diff --git a/install.sh b/install.sh index 58cecdc..8036fc0 100755 --- a/install.sh +++ b/install.sh @@ -41,8 +41,8 @@ python3 -m venv /opt/certbot /opt/certbot/bin/pip install --upgrade pip /opt/certbot/bin/pip install certbot certbot-apache ln -s /opt/certbot/bin/certbot /usr/bin/certbot -cp etc/cron.d/cerbot /etc/cron.d/cerbot -chmod 644 /etc/cron.d/cerbot +cp etc/cron.d/certbot /etc/cron.d/certbot +chmod 644 /etc/cron.d/certbot mkdir /etc/ssl/letsencrypt chmod 750 /etc/ssl/letsencrypt