mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/mender: adding a readme file
This patch adds a readme file with basic instructions to get mender up and running on a production system. Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Acked-by: <aduskett@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
387fadbf8d
commit
d6f00c5047
18
package/mender/readme.txt
Normal file
18
package/mender/readme.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
=== Notes on using Mender on Buildroot
|
||||||
|
======================================
|
||||||
|
Default configurations files
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
Buildroot comes with a default artifact_info and device_type configuration files
|
||||||
|
in /etc/mender. They contain default values, and thus they should be overridden
|
||||||
|
on a production system.
|
||||||
|
|
||||||
|
The simplest way to do it is to change these files in an overlay or in a post
|
||||||
|
build script.
|
||||||
|
|
||||||
|
Configuring mender with certificates
|
||||||
|
------------------------------------
|
||||||
|
|
||||||
|
Mender uses TLS to communicate with the management server, and if you use a
|
||||||
|
CA-signed certificate on the server, you should select the ca-certificates
|
||||||
|
package otherwise it doesn't work.
|
Loading…
x
Reference in New Issue
Block a user