summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-06-17 16:20:28 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2019-06-17 16:24:33 +0200
commitd8e513faa30523b1a9191275a6f2f7e3fda7d8ae (patch)
tree4453c2dd9e5151113c456817782536759fed09a8
parent9b5a1aa72d7f38e257c49cd137d82f23176a3d59 (diff)
downloadmeta-updater-doc/dependencies.tar.gz
Add copyright and reference license and DCO.doc/dependencies
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r--README.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index 4cb0cbf..1f9d863 100644
--- a/README.adoc
+++ b/README.adoc
@@ -271,3 +271,9 @@ Provisioning procedure depends on your provisioning recipe, i.e. the value of `S
271** put URL to the server backend (together with protocol prefix and port number) at `/var/sota/gateway.url`. If you're using HERE OTA Connect, you can find the URL in the `autoprov.url` file in your credentials archive. 271** put URL to the server backend (together with protocol prefix and port number) at `/var/sota/gateway.url`. If you're using HERE OTA Connect, you can find the URL in the `autoprov.url` file in your credentials archive.
272** put root CA certificate (for the *server*, not for the *device*) at `/var/sota/import/root.crt`. 272** put root CA certificate (for the *server*, not for the *device*) at `/var/sota/import/root.crt`.
273** put client certificate and private key to slots 1 and 2 of the PKCS#11-compatible device. 273** put client certificate and private key to slots 1 and 2 of the PKCS#11-compatible device.
274
275== License
276
277This code is licensed under the link:COPYING.MIT[MIT license], a copy of which can be found in this repository. All code is copyright HERE Europe B.V., 2016-2019.
278
279We require that contributors accept the terms of Linux Foundation's link:https://developercertificate.org/[Developer Certificate of Origin]. Please see the https://github.com/advancedtelematic/aktualizr/blob/master/CONTRIBUTING.md[contribution instructions of aktualizr] for more information.