mirror of
https://github.com/mtan93/unifi-linux-utils.git
synced 2026-03-08 05:31:58 +00:00
Update unifi_ssl_import.sh
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
# 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.6
|
# Version 2.7
|
||||||
# Last Updated Jan 7, 2017
|
# Last Updated Jan 8, 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.
|
||||||
@@ -23,14 +23,14 @@
|
|||||||
|
|
||||||
# CONFIGURATION OPTIONS
|
# CONFIGURATION OPTIONS
|
||||||
UNIFI_HOSTNAME=hostname.example.com
|
UNIFI_HOSTNAME=hostname.example.com
|
||||||
|
UNIFI_SERVICE=unifi
|
||||||
|
|
||||||
# Uncomment following three lines for Fedora/RedHat/CentOS
|
# Uncomment following three lines for Fedora/RedHat/CentOS
|
||||||
UNIFI_DIR=/opt/UniFi
|
UNIFI_DIR=/opt/UniFi
|
||||||
UNIFI_SERVICE=UniFi
|
|
||||||
KEYSTORE=${UNIFI_DIR}/data/keystore
|
KEYSTORE=${UNIFI_DIR}/data/keystore
|
||||||
|
|
||||||
# Uncomment following two lines for Debian/Ubuntu
|
# Uncomment following two lines for Debian/Ubuntu
|
||||||
#UNIFI_DIR=/var/lib/unifi
|
#UNIFI_DIR=/var/lib/unifi
|
||||||
#UNIFI_SERVICE=unifi
|
|
||||||
#KEYSTORE=${UNIFI_DIR}/keystore
|
#KEYSTORE=${UNIFI_DIR}/keystore
|
||||||
|
|
||||||
# FOR LET'S ENCRYPT SSL CERTIFICATES ONLY
|
# FOR LET'S ENCRYPT SSL CERTIFICATES ONLY
|
||||||
|
|||||||
Reference in New Issue
Block a user