summaryrefslogtreecommitdiff
path: root/scripts/release/.tufup-repo-config
blob: e072c2ac96c26eda5b5d240ef8002ff6a6691964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "app_name": "labui",
    "app_version_attr": null,
    "binary_diff": null,
    "encrypted_keys": [],
    "expiration_days": {
        "root": 365,
        "snapshot": 90,
        "targets": 90,
        "timestamp": 90
    },
    "key_map": {
        "root": [
            "root"
        ],
        "snapshot": [
            "snapshot"
        ],
        "targets": [
            "targets"
        ],
        "timestamp": [
            "timestamp"
        ]
    },
    "keys_dir": "keystore",
    "repo_dir": "repository",
    "thresholds": {
        "root": 1,
        "snapshot": 1,
        "targets": 1,
        "timestamp": 1
    }
}