-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor some code, add support for Radius certificates
- Loading branch information
1 parent
70ec163
commit 10e6d74
Showing
3 changed files
with
44 additions
and
28 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,12 @@ CERT_EMAIL='[email protected]' | |
# The FQDN of your UDMP (comma separated fqdns are supported) | ||
CERT_HOSTS='whatever.hostname.com,*.whatever.anotherhostname.com' | ||
|
||
# Enable updating Captive Portal certificate as well as device certificate | ||
# Enable updating Captive Portal support | ||
ENABLE_CAPTIVE='no' | ||
|
||
# Enable updating Radius support | ||
ENABLE_RADIUS='no' | ||
|
||
# | ||
# DNS provider configuration | ||
# See README.md file for more details | ||
|
@@ -64,5 +67,6 @@ UDM_LE_PATH='/mnt/data/udm-le' | |
|
||
# These should only change if Unifi-OS core changes require it | ||
CERT_IMPORT_CMD='java -jar /usr/lib/unifi/lib/ace.jar import_key_cert' | ||
UBIOS_CERT_PATH='/mnt/data/unifi-os/unifi-core/config' | ||
UBIOS_CONTROLLER_CERT_PATH='/mnt/data/unifi-os/unifi-core/config' | ||
UBIOS_RADIUS_CERT_PATH='/mnt/data/udapi-config/raddb/certs' | ||
UNIFIOS_CERT_PATH='/data/unifi-core/config' |
This file contains 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