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:
Venkat Chimata
2023-01-27 18:22:42 +05:30
committed by John Crispin
parent c44ab8b4e6
commit 2d92eeab07
2 changed files with 2 additions and 0 deletions

View File

@@ -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
}

View File

@@ -52,6 +52,7 @@ packages:
- usteer2
- ustp
- libustream-openssl
- openssl-util
- udevmand
- udevstats
- umdns