summaryrefslogtreecommitdiffstats
path: root/scripts/ca-nfast-external-step1.sh
blob: 8cb4448af620e75dfbbf55e11c621fe64d9797b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh -x

rm -f /tmp/ca_signing.csr
rm -r /tmp/external.crt
rm -r /tmp/cert_chain.p7b
rm -f /tmp/ca_signing.crt

rm -f /tmp/example.crt
rm -f /tmp/example2.crt
rm -f /tmp/example.p7
rm -f /tmp/example2.p7
rm -f /tmp/example.p7b
rm -f /tmp/example2.p7b
rm -f /tmp/example3.csr
rm -f /tmp/example3.crt

pkispawn -vv -f ca-nfast-external-step1.cfg -s CA

/bin/cp -f /tmp/ca_signing.csr .