sudo apt-get -y update && sudo apt-get -y dist-upgradesudo apt-get -y install certbotsudo apt-get -y install python3-certbot-nginxsudo apt-get -y install python3-certbot-apacheCertificate generation:
certbot certonly --nginx -d yoursite.comcertbot certonly --apache -d yoursite.comLast updated