mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
8 lines
242 B
Bash
Executable File
8 lines
242 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
|
|
uci commit
|