]> WPIA git - nre.git/blobdiff - structure.bash
upd: change period to validity of 24 months
[nre.git] / structure.bash
index ae5eba0d89af81d3d367fdb753358edd05e71517..a03a40e4cf4bd1191b87e711d4a695589c4a3fbd 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"