]> WPIA git - nre.git/blob - structure.bash
restrict non-verified profiles to 6 months
[nre.git] / structure.bash
1 #!/bin/bash
2 DOMAIN="cacert.org"
3 KEYSIZE=4096
4 PRIVATEPW="changeit"
5
6 [ -f config ] && . ./config
7
8 STRUCT_CAS=(unassured assured codesign orga orgaSign)
9 TIME_IDX=(1 2)
10 points[1]="0101000000Z"
11 points[2]="0601000000Z"
12
13 epoints[1]="0605000000Z"
14 epoints[2]="0105000000Z"
15
16 ROOT_VALIDITY="-startdate 20150101000000Z -enddate 20300101000000Z"