diff options
-rw-r--r-- | README.adoc | 6 |
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 | |||
277 | This 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 | |||
279 | We 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. | ||