mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 02:17:58 +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:
		 Venkat Chimata
					Venkat Chimata
				
			
				
					committed by
					
						 John Crispin
						John Crispin
					
				
			
			
				
	
			
			
			 John Crispin
						John Crispin
					
				
			
						parent
						
							c44ab8b4e6
						
					
				
				
					commit
					2d92eeab07
				
			| @@ -11,6 +11,7 @@ copy_certificates() { | |||||||
| 	chmod 0440 root.network /etc/ucentral/*.pem | 	chmod 0440 root.network /etc/ucentral/*.pem | ||||||
| 	chmod 0400 /etc/ucentral/dev-id | 	chmod 0400 /etc/ucentral/dev-id | ||||||
| 	[ -f /certificates/restrictions.json ] && cp /certificates/restrictions.json /etc/ucentral/ | 	[ -f /certificates/restrictions.json ] && cp /certificates/restrictions.json /etc/ucentral/ | ||||||
|  | 	[ -f /certificates/sign_pubkey.pem ] && cp /certificates/sign_pubkey.pem /etc/ucentral/ | ||||||
| 	exit 0 | 	exit 0 | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -52,6 +52,7 @@ packages: | |||||||
|   - usteer2 |   - usteer2 | ||||||
|   - ustp |   - ustp | ||||||
|   - libustream-openssl |   - libustream-openssl | ||||||
|  |   - openssl-util | ||||||
|   - udevmand |   - udevmand | ||||||
|   - udevstats |   - udevstats | ||||||
|   - umdns |   - umdns | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user