Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| network:firmware:meshdesk [2026/05/15 09:41] – [Checkout the MESHdesk code] system | network:firmware:meshdesk [2026/06/10 14:42] (current) – system | ||
|---|---|---|---|
| Line 76: | Line 76: | ||
| - **files** - This is the overwrite structure that contains files to be overwritten during the build process. | - **files** - This is the overwrite structure that contains files to be overwritten during the build process. | ||
| - **luci-app-meshdesk** - This is the Luci application that allows you to enable or disable centralized control of the device. | - **luci-app-meshdesk** - This is the Luci application that allows you to enable or disable centralized control of the device. | ||
| + | |||
| + | ===== Configure SSL for CoovaChilli ===== | ||
| + | * You need to decode the cert and key files used by CoovaChilli and place them in the required folder. | ||
| + | <code bash> | ||
| + | #cd to the working directory | ||
| + | base64 -d ./ | ||
| + | base64 -d ./ | ||
| + | </ | ||
| ===== Copying the three components ===== | ===== Copying the three components ===== | ||
| Line 94: | Line 102: | ||
| </ | </ | ||
| - | ===== Configure SSL for CoovaChilli ===== | ||
| - | * You need to decode the cert and key files used by CoovaChilli and place them in the required folder. | ||
| - | <code bash> | ||
| - | #cd to the working directory | ||
| - | base64 -d ./ | ||
| - | base64 -d ./ | ||
| - | </ | ||
| ===== Updating the available packages ===== | ===== Updating the available packages ===== | ||