From f72839aa8bb6b66d07e49e7eba89cfce3e233f55 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Fri, 30 Nov 2018 13:48:36 +0100 Subject: [PATCH] upd: change period to validity of 24 months It should be 24 months after the last use to sign a new certificate. Change-Id: Ia9be3c43220ba612bd0d46040b7dffc42f0bfa83 --- structure.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structure.bash b/structure.bash index 90a89c0..a03a40e 100644 --- a/structure.bash +++ b/structure.bash @@ -13,7 +13,7 @@ TIME_IDX=(1 2) points[1]="0101000000Z" points[2]="0601000000Z" -epoints[1]="0605000000Z" +epoints[1]="0705000000Z" epoints[2]="0105000000Z" ROOT_VALIDITY="-startdate 20150101000000Z -enddate 20300101000000Z" -- 2.39.2