Modern SSL nginx
We can use the helpful tool from Mozilla to generate a secure web server configuration. For my purposes, I chose nginx as the webserver and modern profile, this severely limits the legacy clients
A collection of 2 posts
We can use the helpful tool from Mozilla to generate a secure web server configuration. For my purposes, I chose nginx as the webserver and modern profile, this severely limits the legacy clients
How to setup automatic SSL using Cloudflare DNS challenge Install Certbot sudo apt update && \ sudo apt install software-properties-common && \ sudo add-apt-repository ppa:certbot/certbot && \ sudo apt update &