-config CAs and web cert:
-Root CA : 
    data:
		CARoot-perl.txt
	bitnum:
		CA-Root.pl:
$CABITS="-newkey rsa:32768"; #16384 #4096 #8192

-Mid CA : 
    data:
		CA-perl.txt
	bitnum:
		CA.pl:
$CABITS="-newkey rsa:4096"; #2048

-web cert :
    data:
    	newcert.txt
	bitnum:
		openssl.cnf:
default_bits		= 2048		#1024
	
-run job.bat

-copy conf dir to apache

-edit ssl.conf:
SSLCertificateFile conf/ssl.crt/01.pem
SSLCertificateKeyFile conf/ssl.key/01.key
SSLCertificateChainFile conf/ssl.crt/cacert.pem
