1 --- apps/CA.pl.in 2006-04-28 02:30:49.000000000 +0200
2 +++ apps/CA.pl.in 2010-04-01 00:35:02.600553509 +0200
5 $PKCS12="$openssl pkcs12";
12 --- apps/CA.sh 2009-10-15 19:27:47.000000000 +0200
13 +++ apps/CA.sh 2010-04-01 00:35:02.600553509 +0200
16 PKCS12="openssl pkcs12"
18 -if [ -z "$CATOP" ] ; then CATOP=./demoCA ; fi
19 +if [ -z "$CATOP" ] ; then CATOP=/etc/ssl ; fi
23 --- apps/openssl.cnf 2009-04-04 20:09:43.000000000 +0200
24 +++ apps/openssl.cnf 2010-04-01 00:35:02.607220681 +0200
26 ####################################################################
29 -dir = ./demoCA # Where everything is kept
30 +dir = /etc/ssl # Where everything is kept
31 certs = $dir/certs # Where the issued certs are kept
32 crl_dir = $dir/crl # Where the issued crl are kept
33 database = $dir/index.txt # database index file.