]> WPIA git - nre.git/blob - structure.bash
upd: change period to validity of 24 months
[nre.git] / structure.bash
1 #!/bin/bash
2 APPNAME="SomeCA"
3 DOMAIN="wpia.local"
4 ORGANIZATION="Test Environment CA Ltd."
5 ORGANIZATIONAL_UNIT="Test Environment CAs"
6 COUNTRY="AT"
7 KEYSIZE=4096
8
9 [ -f config ] && . ./config
10
11 STRUCT_CAS=(unassured assured codesign orga orgaSign)
12 TIME_IDX=(1 2)
13 points[1]="0101000000Z"
14 points[2]="0601000000Z"
15
16 epoints[1]="0705000000Z"
17 epoints[2]="0105000000Z"
18
19 ROOT_VALIDITY="-startdate 20150101000000Z -enddate 20300101000000Z"