Files
wlan-ap/feeds/tip/certificates/files/etc/uci-defaults/99-tip-certificates.sh
John Crispin 9f417bfd6f ucentral: development update
* update ieee8021x
* update schema
* update ucode
* add dhcp option82 support

Signed-off-by: John Crispin <john@phrozen.org>
2021-06-08 15:55:22 +02:00

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