nginx-certbot docker install script

This script installs Docer, Docker-Compose and setup nginx-certbot and ASP.NET Core sample web docker on Debian/Ubuntu.

Run these command in brand-new Debian or Ubuntu, then you can browse the ASP.NET Core sample site with HTTPS latter.

curl -O https://raw.githubusercontent.com/darkthread/nginx-certbot-docker-nstaller/master/install.sh
chmod +x install.sh
./install.sh www.your-domain.net your-email@gmail.com

demo video

Blog post (in Chinese) / 部落格文章