diff options
author | Angelo Compagnucci <angelo@amarulasolutions.com> | 2019-02-05 11:49:59 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2019-02-05 14:09:36 +0100 |
commit | d6f00c5047f90b350d81650092f204fb73c45b8c (patch) | |
tree | 0f4cc5b99a55874c2283eb19327c8eae76364598 | |
parent | 387fadbf8ddebbdbb1b1f0a27ab22c5f94d623cc (diff) | |
download | buildroot-d6f00c5047f90b350d81650092f204fb73c45b8c.tar.gz buildroot-d6f00c5047f90b350d81650092f204fb73c45b8c.zip |
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>
-rw-r--r-- | package/mender/readme.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/mender/readme.txt b/package/mender/readme.txt new file mode 100644 index 0000000000..329b2a42f2 --- /dev/null +++ b/package/mender/readme.txt @@ -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. |