summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-08-21 11:31:39 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2019-09-11 15:31:46 +0200
commit43277ebbced942b134316df77a5af638f6644fe9 (patch)
treee0a0e9cded5a259a808580ae643ee2a16694300e
parent6317861fc5a0c1fe804a84f5b44c7c3535faf4ed (diff)
downloadmeta-updater-43277ebbced942b134316df77a5af638f6644fe9.tar.gz
README: new section for garage-sign.
Specifically to explain the metadata expiry topic better. 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 455b5d9..bcbcf96 100644
--- a/README.adoc
+++ b/README.adoc
@@ -200,6 +200,12 @@ IMAGE_INSTALL_append += " aktualizr-resource-control "
200RESOURCE_CPU_WEIGHT_pn-aktualizr = "50" 200RESOURCE_CPU_WEIGHT_pn-aktualizr = "50"
201.... 201....
202 202
203=== garage-sign configuration
204
205The 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
207Of 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