From 8eef2a71286ba4343b0cdeae68f9fd196f5758d5 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Wed, 8 May 2024 19:43:57 +0100 Subject: [PATCH] Update config.env --- config.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.env b/config.env index a4b1876..ef1e04c 100644 --- a/config.env +++ b/config.env @@ -1,10 +1,10 @@ -# Configruation of the expire dates in days +# Configuration of the expire dates in days -# For keys we use 1 year + 30 days, this is based on the OSM Bord rotation cycle (1 year) and Release Managers (6 month) +# For keys we use 1 year + 30 days, this is based on the OSM Board rotation cycle (1 year) and Release Managers (6 month) TUF_EXPIRE_KEY=395 # For snapshots we use 3 month + 30 days, we have a release every 6 Weeks, -# If a release is skipped for what every reason we have additional 30 days to create a snapshot +# If a release is skipped for whatever reason we have an additional 30 days to create a snapshot TUF_EXPIRE_SNAPSHOT=210 # For timestamp we use 1 day + 2 days, snapshot is done automatically every 24 hours,