Last active
August 30, 2021 03:57
-
-
Save stevejenkins/639ca3470b28e07b36bacb29efcec37f to your computer and use it in GitHub Desktop.
Import and use SSL certificates (including Let's Encrypt) with the Ubiquiti UniFi Controller on Unix/Linux Systems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MOVED TO https://github.com/stevejenkins/unifi-linux-utils |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having a problem now when I am trying to run this script (Lets Encrypt Mode) after switching unifi default ports from 8080 to 80 and 8443 to 443.
Here is the script I wrote to do this from a basic install of Ubuntu 16.04:
The Unifi Controller is working before I run your script, but after I run your script the browser spins and spins and never loads the page. The port is listening however.
This is the output of curl
Any ideas?