fix cerbot typo

This commit is contained in:
Matthew Saunders Brown 2024-06-15 13:50:02 -07:00
parent b0d111bf97
commit 9a59bebe5a
2 changed files with 2 additions and 2 deletions

View File

@ -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