mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.2 KiB
46 lines
1.2 KiB
[ ca ]
|
|
default_ca = CA_default
|
|
|
|
[ CA_default ]
|
|
dir = .
|
|
name_opt = CA_default
|
|
cert_opt = CA_default
|
|
default_crl_days = 999
|
|
default_md = sha256
|
|
database = fake-startcom-root-database.txt
|
|
serial = fake-startcom-root-serial
|
|
private_key = fake-startcom-root-key.pem
|
|
certificate = fake-startcom-root-cert.pem
|
|
new_certs_dir = fake-startcom-root-issued-certs
|
|
email_in_dn = no
|
|
policy = policy_anything
|
|
|
|
[ policy_anything ]
|
|
countryName = optional
|
|
stateOrProvinceName = optional
|
|
localityName = optional
|
|
organizationName = optional
|
|
organizationalUnitName = optional
|
|
commonName = supplied
|
|
emailAddress = optional
|
|
|
|
[ req ]
|
|
default_bits = 2048
|
|
days = 999
|
|
distinguished_name = req_distinguished_name
|
|
attributes = req_attributes
|
|
prompt = no
|
|
output_password = password
|
|
x509_extensions = v3_ca
|
|
|
|
[ req_distinguished_name ]
|
|
C = IL
|
|
O = StartCom Ltd.
|
|
OU = Secure Digital Certificate Signing
|
|
CN = StartCom Certification Authority
|
|
|
|
[ req_attributes ]
|
|
challengePassword = A challenge password
|
|
|
|
[ v3_ca ]
|
|
basicConstraints = CA:TRUE
|
|
|