fix cerbot typo
This commit is contained in:
parent
b0d111bf97
commit
9a59bebe5a
|
@ -41,8 +41,8 @@ python3 -m venv /opt/certbot
|
||||||
/opt/certbot/bin/pip install --upgrade pip
|
/opt/certbot/bin/pip install --upgrade pip
|
||||||
/opt/certbot/bin/pip install certbot certbot-apache
|
/opt/certbot/bin/pip install certbot certbot-apache
|
||||||
ln -s /opt/certbot/bin/certbot /usr/bin/certbot
|
ln -s /opt/certbot/bin/certbot /usr/bin/certbot
|
||||||
cp etc/cron.d/cerbot /etc/cron.d/cerbot
|
cp etc/cron.d/certbot /etc/cron.d/certbot
|
||||||
chmod 644 /etc/cron.d/cerbot
|
chmod 644 /etc/cron.d/certbot
|
||||||
|
|
||||||
mkdir /etc/ssl/letsencrypt
|
mkdir /etc/ssl/letsencrypt
|
||||||
chmod 750 /etc/ssl/letsencrypt
|
chmod 750 /etc/ssl/letsencrypt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user