When you just installed the UniFi controller and navigate to the web interface, you will get a notification that “Your connection is not private”. This is generated because on installation, the UniFi controller will setup a self-signed certificate. In this tutorial, we will change self-signed certificate with a certificate issued by a Certificate Authority.
Category: Linux
Install the UniFi controller on Ubuntu 16.04
This tutorial will show you how to install a UniFi controller on Ubuntu. First we will configure the firewall using ufw and secure our server before installing UniFi. For this example, we are using Ubuntu 16.04 but there is nothing stopping you from applying it to a newer version.
SSH Key-Pair Authentication
Increase your server security by configuring the login to using SSH key-pair authentication. Key authentication allows for an automated encrypted login procedure which can be used across SSH servers. No more remembering passwords, just one public and one private key to manage your login(s). All more secure than those long and complicated passwords.
So let’s get rid of that password authentication and start configuring SSH key-pair authentication.