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
How to renew Let’s Encrypt SSL certificate.
If your Let's Encrypt SSL certificate is needing to be renewed, here is how to simply do it (assuming you are on a Linux or Ubuntu server). ***Make sure you have installed certbot, see this article for more info: Install and Secure UniFi Cloud Controller on Amazon Web Services - SimpliWiFi | Event Technology Services…
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