You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
549 B
Plaintext

# 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