Skip to content

Настройка SSL

bash
sudo apt update
sudo apt install certbot python3-certbot-nginx
sudo certbot --nginx -d guide-it.ru -d www.guide-it.ru
sudo systemctl list-timers
sudo nginx -t
sudo systemctl restart nginx