# OpenSSL configuration for CAcert class3 CA certificate re-signing HOME = . RANDFILE = .rnd oid_section = new_oids [new_oids] [ca] default_ca = CA_root [CA_root] dir = ./cacert/root certs = $dir/certs crl_dir = $dir/crl database = $dir/index.txt new_certs_dir = $dir/newcerts certificate = $dir/ca.crt.pem serial = $dir/serial crlnumber = $dir/crlnumber crl = $dir/crl.pem private_key = $dir/private/ca.key.pem name_opt = ca_default cert_opt = ca_default