mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
* update ieee8021x * update schema * update ucode * add dhcp option82 support Signed-off-by: John Crispin <john@phrozen.org>
7 lines
217 B
Bash
Executable File
7 lines
217 B
Bash
Executable File
#!/bin.sh
|
|
|
|
uci add system certificates
|
|
uci set system.@certificates[-1].key=/etc/ucentral/key.pem
|
|
uci set system.@certificates[-1].cert=/etc/ucentral/cert.pem
|
|
uci set system.@certificates[-1].ca=/etc/ucentral/cas.pem
|