forked from jcmoraisjr/simple-ca
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathca.cnf
More file actions
32 lines (26 loc) · 715 Bytes
/
Copy pathca.cnf
File metadata and controls
32 lines (26 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[ ca ]
default_ca = CA_default
[ CA_default ]
dir = .
database = $dir/index.txt
new_certs_dir = $dir/newcerts
certificate = $dir/ca.pem
serial = $dir/serial
private_key = $dir/private/ca-key.pem
RANDFILE = $dir/private/.rand
default_days = {{CRT_DAYS}}
default_crl_days = 30
default_md = sha256
policy = policy_any
email_in_dn = no
unique_subject = no
name_opt = ca_default
cert_opt = ca_default
copy_extensions = none
[ policy_any ]
countryName = optional
stateOrProvinceName = optional
organizationName = optional
organizationalUnitName = optional
commonName = supplied
emailAddress = optional