sudo apt-get install python3-certbot-nginx
sudo apt-get install certbot
sudo nginx -t
systemctl reload nginx
# Check config
~> dig @8.8.8.8 odoo.domain.lt
certbot --nginx -d odoo.domain.lt -d www.odoo.domain.lt
$ sudo certbot --nginx -d $WEBSITE_NAME --noninteractive --agree-tos --email $ADMIN_EMAIL --redirect