python3 Milepael_2.pysudo python3 Milepael_2.py hosthttps://pearpie.is-very-sweet.org/site/index.html
openssl req -x509 -newkey rsa:4096 -nodes -out cert.pem -keyout key.pem -days 365sudo apt-get update
sudo apt-get upgrade
sudo apt-get install certbot
certbot certonly --standalone -d example.com -d www.subdomain.example.com
sudo ls /etc/letsencrypt/live/example.com/