mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 01:22:25 +00:00
openssl is needed to verify the command signatures 1. Enable openssl in AP firmware 2. Copy /certificates/sign_pubkey.pem into /etc/ucentral at boot time
Signed-off-by: Venkat Chimata <venkata@shasta.cloud>
This commit is contained in:
committed by
John Crispin
parent
c44ab8b4e6
commit
2d92eeab07
@@ -11,6 +11,7 @@ copy_certificates() {
|
||||
chmod 0440 root.network /etc/ucentral/*.pem
|
||||
chmod 0400 /etc/ucentral/dev-id
|
||||
[ -f /certificates/restrictions.json ] && cp /certificates/restrictions.json /etc/ucentral/
|
||||
[ -f /certificates/sign_pubkey.pem ] && cp /certificates/sign_pubkey.pem /etc/ucentral/
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
||||
@@ -52,6 +52,7 @@ packages:
|
||||
- usteer2
|
||||
- ustp
|
||||
- libustream-openssl
|
||||
- openssl-util
|
||||
- udevmand
|
||||
- udevstats
|
||||
- umdns
|
||||
|
||||
Reference in New Issue
Block a user