From 71ee677c9f98c7199185757cdc6105f16f036523 Mon Sep 17 00:00:00 2001 From: Steve Jenkins Date: Sat, 7 Jan 2017 22:27:23 -0700 Subject: [PATCH] Updating comment for 2048-bit certificate Added comment indicating that a 2048-bit key is required. 4096-bit won't work. --- unifi_ssl_import.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/unifi_ssl_import.sh b/unifi_ssl_import.sh index 1b56d7c..08a661d 100644 --- a/unifi_ssl_import.sh +++ b/unifi_ssl_import.sh @@ -5,14 +5,14 @@ # by Steve Jenkins # Part of https://github.com/stevejenkins/ubnt-linux-utils/ # Incorporates ideas from https://source.sosdg.org/brielle/lets-encrypt-scripts -# Version 2.5 +# Version 2.6 # Last Updated Jan 7, 2017 # REQUIREMENTS # 1) Assumes you have a UniFi Controller installed and running on your system. -# 2) Assumes you already have a valid private key, signed certificate, and certificate -# authority chain file. See http://wp.me/p1iGgP-2wU for detailed instructions -# on how to generate these files and use them with this script. +# 2) Assumes you already have a valid 2048-bit private key, signed certificate, and certificate authority +# chain file. The Controller UI will not work with a 4096-bit certificate. See http://wp.me/p1iGgP-2wU +# for detailed instructions on how to generate those files and use them with this script. # KEYSTORE BACKUP # Even though this script attempts to be clever and careful in how it backs up your existing keystore,