Outlook Home Page Abuse (Specula)
Theory
Practice
apt install certbotcertbot certonly --non-interactive --agree-tos --email <SOME EMAIL ADDRESS> --standalone --preferred-challenges http -d demo.specula.com/etc/letsencrypt/live/demo.specula.com/fullchain.pem
/etc/letsencrypt/live/demo.specula.com/privkey.pempython -m venv venv
source venv/bin/activate
pip install -r requirements.txtsudo python specula.pyResources
Last updated

