From 74d9d16f5a6bb2b28652eb4b5a258092fdb24937 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Wed, 21 Aug 2019 11:31:39 +0200 Subject: README: new section for garage-sign. Specifically to explain the metadata expiry topic better. Signed-off-by: Patrick Vacek --- README.adoc | 6 ++++++ 1 file changed, 6 insertions(+) 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 " RESOURCE_CPU_WEIGHT_pn-aktualizr = "50" .... +=== garage-sign configuration + +The https://github.com/advancedtelematic/ota-tuf/tree/master/cli[garage-sign] tool can be configured with variables described in the <> section. + +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. + == Development configuration === Logging -- cgit v1.2.3-54-g00ecf