X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/4e0c20cbdc94f1e7da2476916c7fe90a2e034806..854586e1495b0a0f4be2a561c419ec4671009dbd:/test/aux-fixed/exim-ca/genall?ds=sidebyside diff --git a/test/aux-fixed/exim-ca/genall b/test/aux-fixed/exim-ca/genall index d95dd83d1..8388cae43 100755 --- a/test/aux-fixed/exim-ca/genall +++ b/test/aux-fixed/exim-ca/genall @@ -4,9 +4,9 @@ set -e # Debugging. Set V for clica verbosity. -#set -x -V= -#V='-v' +set -x +#V= +V='-v' clica --help >/dev/null 2>&1 @@ -34,7 +34,9 @@ do -8 alternatename.server1.example.$tld,alternatename2.server1.example.$tld,*.test.ex clica $V -D $idir -p password -s 102 -S revoked1.$iname -m 301 clica $V -D $idir -p password -s 103 -S expired1.$iname -m 1 - clica $V -D $idir -p password -s 201 -S server2.$iname -m 301 + + clica $V -D $idir -p password -s 201 -S server2.$iname -m 301 \ + -3 'CN=clica CA rsa,O=example.com' -8 '*.test.ex' clica $V -D $idir -p password -s 202 -S revoked2.$iname -m 301 clica $V -D $idir -p password -s 203 -S expired2.$iname -m 1 @@ -43,11 +45,14 @@ do # openssl seems to generate a file (ca_chain.pam) in an order it # cannot then use (the key applies to the first cert in the file?). # Generate a shuffled one. - cd $idir/server1.$iname - openssl pkcs12 -in server1.$iname.p12 -passin file:pwdfile -cacerts -out cacerts.pem -nokeys - cat server1.$iname.pem cacerts.pem > fullchain.pem + for n in 1 2 + do + cd $idir/server$n.$iname + openssl pkcs12 -in server$n.$iname.p12 -passin file:pwdfile -cacerts -out cacerts.pem -nokeys + cat server$n.$iname.pem cacerts.pem > fullchain.pem rm cacerts.pem - cd ../.. + cd ../.. + done #### @@ -187,38 +192,6 @@ do cat $SPFX.pem example.$tld/CA/Signer.pem >$SPFX.chain.pem done -#### - # create OCSP reqs & resps - CADIR=$idir/CA - #give ourselves an OSCP key to work with - pk12util -o $CADIR/OCSP.p12 -n 'OCSP Signer ec' -d $CADIR -K password -W password - openssl pkcs12 -in $CADIR/OCSP.p12 -passin pass:password -passout pass:password -nodes -nocerts -out $CADIR/OCSP.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 <