You might have ran into the problem where you can still buy a 3 year (or 2) SSL certificate, but you have to renew it each year. It's pretty simple still (assuming you know your way around SSH commands to your AWS instance). Generate your private key: sudo openssl genrsa -out server.keyOr if you have…
Read more
SSL – Let’s Encrypt with Unifi
We’re going to set up Let’s Encrypt for secure HTTPS communication with the server (and to get rid of those pesky security screens when we browse to UniFi). We’re going to use Certbot to set up Let’s Encrypt – this well help to automate the entire process. Install Certbot (https://certbot.eff.org/instructions): sudo add-apt-repository ppa:certbot/certbot Press ENTER…
Read more