#apt-get update#apt-get install software-properties-common#add-apt-repository ppa:certbot/certbot#apt-get update#mkdir webserver#cd webserver#apt-get install certbot#mkdir www#certbot certonly --webroot -w $PWD/www -d mydomain.org -d www.mydomain.org#cp /etc/letsencrypt/live/mydomain.org/privkey.pem .#cp /etc/letsencrypt/live/mydomain.org/fullchain.pem .#cat privkey.pem fullchain.pem > cert.pem#cat https-server.py#python https-server.py eth0
Showing posts with label simplehttpsserver. Show all posts
Showing posts with label simplehttpsserver. Show all posts
# SimpleHTTPSServer with letsencrypt certificate
Labels:
certbot,
certificate,
https,
letsencrypt,
python,
simplehttpsserver
Subscribe to:
Posts (Atom)