Certbot get certificate
sudo certbot certonly --standalone --preferred-challenges http -d <DOMAIN> --pre-hook="systemctl stop nginx" --post-hook="systemctl start nginx"
sudo certbot certonly --standalone --preferred-challenges http -d <DOMAIN> --pre-hook="systemctl stop nginx" --post-hook="systemctl start nginx"