]> WPIA git - nre.git/blobdiff - structure.bash
upd: change times to meet criteria from RFC5280
[nre.git] / structure.bash
index ae5eba0d89af81d3d367fdb753358edd05e71517..a49802c2ed8c45a8fb123805cbc0eab749efafb5 100644 (file)
@@ -1,7 +1,10 @@
 #!/bin/bash
-DOMAIN="cacert.org"
+APPNAME="SomeCA"
+DOMAIN="wpia.local"
+ORGANIZATION="Test Environment CA Ltd."
+ORGANIZATIONAL_UNIT="Test Environment CAs"
+COUNTRY="AT"
 KEYSIZE=4096
-PRIVATEPW="changeit"
 
 [ -f config ] && . ./config
 
@@ -10,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"
+ROOT_VALIDITY="-startdate 190101000000Z -enddate 340101000000Z"