diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2017-09-28 14:24:19 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2017-09-29 16:33:46 +0200 |
commit | 0ab7fe36dacebd2ab9e79d57987af2205a5f9a09 (patch) | |
tree | 035cd9c49dfeeef86d7e2529c40d5537cad56774 /recipes-sota/aktualizr/files/sota_implicit_prov.toml | |
parent | e8916f0d63177548c088f183309f724cda0ca795 (diff) | |
download | meta-updater-0ab7fe36dacebd2ab9e79d57987af2205a5f9a09.tar.gz |
Create recipe for implicit provisioning file shuffling.
Split aktualizr into basic and native recipes by moving most of the work
to an include file. Use aktualizr-implicit-writer (on host) to do the
actual work of configuring sota.toml and installing files.
Still not quite fully functional.
Diffstat (limited to 'recipes-sota/aktualizr/files/sota_implicit_prov.toml')
-rw-r--r-- | recipes-sota/aktualizr/files/sota_implicit_prov.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-sota/aktualizr/files/sota_implicit_prov.toml b/recipes-sota/aktualizr/files/sota_implicit_prov.toml new file mode 100644 index 0000000..31e2946 --- /dev/null +++ b/recipes-sota/aktualizr/files/sota_implicit_prov.toml | |||
@@ -0,0 +1,11 @@ | |||
1 | [tls] | ||
2 | certificates_directory = "/var/sota/" | ||
3 | ca_file = "root.crt" | ||
4 | client_certificate = "client.pem" | ||
5 | pkey_file = "pkey.pem" | ||
6 | |||
7 | [uptane] | ||
8 | metadata_path = "/var/sota/metadata" | ||
9 | private_key_path = "ecukey.der" | ||
10 | public_key_path = "ecukey.pub" | ||
11 | |||