mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
7 lines
231 B
Bash
Executable File
7 lines
231 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/operational.pem
|
|
uci set system.@certificates[-1].ca=/etc/ucentral/operational.ca
|