Updating comment for 2048-bit certificate

Added comment indicating that a 2048-bit key is required. 4096-bit won't work.
This commit is contained in:
Steve Jenkins
2017-01-07 22:27:23 -07:00
committed by GitHub
parent 4e8302c1d1
commit 71ee677c9f

View File

@@ -5,14 +5,14 @@
# by Steve Jenkins <http://www.stevejenkins.com/> # by Steve Jenkins <http://www.stevejenkins.com/>
# Part of https://github.com/stevejenkins/ubnt-linux-utils/ # Part of https://github.com/stevejenkins/ubnt-linux-utils/
# Incorporates ideas from https://source.sosdg.org/brielle/lets-encrypt-scripts # Incorporates ideas from https://source.sosdg.org/brielle/lets-encrypt-scripts
# Version 2.5 # Version 2.6
# Last Updated Jan 7, 2017 # Last Updated Jan 7, 2017
# REQUIREMENTS # REQUIREMENTS
# 1) Assumes you have a UniFi Controller installed and running on your system. # 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 # 2) Assumes you already have a valid 2048-bit private key, signed certificate, and certificate authority
# authority chain file. See http://wp.me/p1iGgP-2wU for detailed instructions # chain file. The Controller UI will not work with a 4096-bit certificate. See http://wp.me/p1iGgP-2wU
# on how to generate these files and use them with this script. # for detailed instructions on how to generate those files and use them with this script.
# KEYSTORE BACKUP # KEYSTORE BACKUP
# Even though this script attempts to be clever and careful in how it backs up your existing keystore, # Even though this script attempts to be clever and careful in how it backs up your existing keystore,