]> WPIA git - nre.git/blob - all.sh
adding unpack offline, fixing pkcs12 (which requires libfaketime)
[nre.git] / all.sh
1 #!/bin/bash
2
3 ./clear.sh
4
5 echo "========== Generating Root ======="
6 ./generateKeys.sh
7
8 echo "========== Generating Year 2015 ======="
9 ./generateTime.sh 2015
10 echo "========== Generating Infra for Year 2015 ======="
11 ./generateInfra.sh 2015
12 echo "========== Generating CRLs for Year 2015 ======="
13 ./generateCRLs.sh 2015
14
15
16 echo "========== Verifying Year 2015 ======="
17 ./verify.sh 2015
18
19
20 echo "========== Collection things ======="
21 ./collectCRLs.sh 2015
22 ./collectGigiConfig.sh 2015
23 ./collectOffline.sh 2015
24 ./collectSignerConfig.sh 2015