$configFile = './openssl.cnf'; # prototype for the domain specific config file $caCRT = './dailydataCA.crt'; # location of the CA crt file $caKey = './dailydataCA.key'; # location of the CA Key file $serverCertDir = './'; # where to put the server certs $certDays = 365; # number of days a certificate is valid for $caDays = 3650; # number of days a CA is valid for