diff options
-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 |