Generate a LetsEncrypt SSL Certificate for Unifi Controller

Here is a quick how to on generating an SSL Certificate for your Unifi Controller on Ubuntu. Install git if you haven’t already. yum install git -y Clone the LetsEncrypt bot. sudo git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt cd /opt/letsencrypt Generate the certificate. – Replace <FQDN> with your fully qualified domain, i.e unifi.mydomain.com sudo -H ./letsencrypt-auto certonly –standalone…