Certbot

Installing certbot

sudo apt-get install certbot -y

Getting a cert (no apache/ ngix config)

certbot -d <domain> --manual --preferred-challenges dns certonly --staple-ocsp -m legal@breadnet.co.uk --agree-tos

To get a certificate for nginx

sudo certbot --nginx -d example.com -d www.example.com


Want to make this site better? Open a PR or help fund hosting costs