X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/f2f2c91b11a6a740b5683ea15ef7e6240b37f086..16be7f11f59d78ce11f98cd235f6a60d9394d705:/test/aux-fixed/exim-ca/genall diff --git a/test/aux-fixed/exim-ca/genall b/test/aux-fixed/exim-ca/genall index 2f3e24d12..a5c8b2105 100755 --- a/test/aux-fixed/exim-ca/genall +++ b/test/aux-fixed/exim-ca/genall @@ -4,6 +4,8 @@ set -e set -x +clica --help >/dev/null 2>&1 + echo Ensure time is set to 2012/11/01 12:34 echo use - date -u 110112342012 echo hit return when ready @@ -13,7 +15,7 @@ do idir="example.$tld" rm -fr "$idir" clica -D "$idir" -p password -B 1024 -I -N example.$tld -F \ - -C http://crl.example.$tld/latest.crl -O http://oscp/example.$tld/ + -C http://crl.example.$tld/latest.crl -O http://oscp.example.$tld/ clica -D example.$tld -p password -s 101 -S server1.example.$tld \ -8 alternatename.server1.example.$tld,alternatename2.server1.example.$tld,*.test.ex @@ -42,8 +44,19 @@ do pk12util -o $CADIR/OCSP.p12 -n 'OCSP Signer' -d $CADIR -K password -W password openssl pkcs12 -in $CADIR/OCSP.p12 -passin pass:password -passout pass:password -nodes -nocerts -out $CADIR/OCSP.key + # also need variation from Signer + pk12util -o $CADIR/Signer.p12 -n 'Signing Cert' -d $CADIR -K password -W password + openssl pkcs12 -in $CADIR/Signer.p12 -passin pass:password -passout pass:password -nodes -nocerts -out $CADIR/Signer.key # create some index files for the ocsp responder to work with +# tab-sep +# 0: Revoked/Expired/Valid letter +# 1: Expiry date (ASN1_UTCTIME) +# 2: Revocation date +# 3: Serial no. (unique) +# 4: file +# 5: DN, index + cat >$CADIR/index.valid.txt <