summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-08-21 11:31:39 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2019-08-21 11:31:39 +0200
commit74d9d16f5a6bb2b28652eb4b5a258092fdb24937 (patch)
treef2ae1e7f3b370a1ac66f511b4d27ac5a49860c9d
parent08759ff12ea7a3881870f991ffbeb416b45e2793 (diff)
downloadmeta-updater-fix/OTA-3419/garage-sign-expiry.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.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