Tips and tricks
Generate a SSL Certificate on your Machine for your site
use this command:
sudo certbot -d {{YOUR_SITE}} --manual --preferred-challenges dns certonly
use this command:
sudo certbot -d {{YOUR_SITE}} --manual --preferred-challenges dns certonly