diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-08-21 11:31:39 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-08-21 11:31:39 +0200 |
commit | 74d9d16f5a6bb2b28652eb4b5a258092fdb24937 (patch) | |
tree | f2ae1e7f3b370a1ac66f511b4d27ac5a49860c9d | |
parent | 08759ff12ea7a3881870f991ffbeb416b45e2793 (diff) | |
download | meta-updater-74d9d16f5a6bb2b28652eb4b5a258092fdb24937.tar.gz |
README: new section for garage-sign.fix/OTA-3419/garage-sign-expiry
Specifically to explain the metadata expiry topic better.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r-- | README.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 455b5d9..bcbcf96 100644 --- a/README.adoc +++ b/README.adoc | |||
@@ -200,6 +200,12 @@ IMAGE_INSTALL_append += " aktualizr-resource-control " | |||
200 | RESOURCE_CPU_WEIGHT_pn-aktualizr = "50" | 200 | RESOURCE_CPU_WEIGHT_pn-aktualizr = "50" |
201 | .... | 201 | .... |
202 | 202 | ||
203 | === garage-sign configuration | ||
204 | |||
205 | The https://github.com/advancedtelematic/ota-tuf/tree/master/cli[garage-sign] tool can be configured with variables described in the <<sota-related-variables-in-localconf,SOTA-related variables in local.conf>> section. | ||
206 | |||
207 | Of particular importance is controlling the expiration of the Targets metadata signed with garage-sign. This is described in detail in the https://docs.ota.here.com/ota-client/dev/metadata-expiry.html[OTA Connect documentation]. To set a manual expiration date, you can use either of the variables `GARAGE_TARGET_EXPIRES` or `GARAGE_TARGET_EXPIRE_AFTER`. Both cannot be supplied simultaneously. If neither are provided, a default of one month will be used. | ||
208 | |||
203 | == Development configuration | 209 | == Development configuration |
204 | 210 | ||
205 | === Logging | 211 | === Logging |