363N/Adiff -ruN openssl-0.9.8a/apps/CA.pl.in openssl-0.9.8a/apps/CA.pl.in
363N/A--- openssl-0.9.8a/apps/CA.pl.in 2005-07-04 23:44:22.000000000 +0200
363N/A+++ openssl-0.9.8a/apps/CA.pl.in 2009-04-21 16:08:45.354925289 +0200
363N/A@@ -53,7 +53,7 @@
363N/A $X509="$openssl x509";
363N/A $PKCS12="$openssl pkcs12";
363N/A
363N/A-$CATOP="./demoCA";
363N/A+$CATOP="/etc/openssl";
363N/A $CAKEY="cakey.pem";
363N/A $CAREQ="careq.pem";
363N/A $CACERT="cacert.pem";
363N/Adiff -ruN openssl-0.9.8a/apps/openssl.cnf openssl-0.9.8a/apps/openssl.cnf
363N/A--- openssl-0.9.8a/apps/openssl.cnf 2005-09-16 14:20:24.000000000 +0200
363N/A+++ openssl-0.9.8a/apps/openssl.cnf 2009-04-21 16:07:13.910980196 +0200
1426N/A@@ -39,7 +39,7 @@
363N/A ####################################################################
363N/A [ CA_default ]
363N/A
363N/A-dir = ./demoCA # Where everything is kept
363N/A+dir = /etc/openssl # Where everything is kept
363N/A certs = $dir/certs # Where the issued certs are kept
363N/A crl_dir = $dir/crl # Where the issued crl are kept
363N/A database = $dir/index.txt # database index file.
1426N/A@@ -49,7 +49,7 @@
363N/A
363N/A certificate = $dir/cacert.pem # The CA certificate
363N/A serial = $dir/serial # The current serial number
363N/A-crlnumber = $dir/crlnumber # the current crl number
363N/A+#crlnumber = $dir/crlnumber # the current crl number
363N/A # must be commented out to leave a V1 CRL
363N/A crl = $dir/crl.pem # The current CRL
363N/A private_key = $dir/private/cakey.pem# The private key
1426N/A@@ -126,17 +126,17 @@
363N/A
363N/A [ req_distinguished_name ]
363N/A countryName = Country Name (2 letter code)
363N/A-countryName_default = AU
363N/A+#countryName_default = US
363N/A countryName_min = 2
363N/A countryName_max = 2
363N/A
363N/A stateOrProvinceName = State or Province Name (full name)
363N/A-stateOrProvinceName_default = Some-State
363N/A+#stateOrProvinceName_default = Some-State
363N/A
363N/A localityName = Locality Name (eg, city)
363N/A
363N/A 0.organizationName = Organization Name (eg, company)
363N/A-0.organizationName_default = Internet Widgits Pty Ltd
363N/A+#0.organizationName_default = Unconfigured OpenSSL Installation
363N/A
363N/A # we can do this but it is not needed normally :-)
363N/A #1.organizationName = Second Organization Name (eg, company)