| Hanno Becker | 418a622 | 2017-09-14 07:51:28 +0100 | [diff] [blame] | 1 | [ ca ] |
| 2 | default_ca = test-ca | ||||
| 3 | |||||
| 4 | [ test-ca ] | ||||
| 5 | certificate = test-ca.crt | ||||
| 6 | private_key = test-ca.key | ||||
| 7 | serial = test-ca.server1.serial | ||||
| 8 | default_md = sha1 | ||||
| 9 | default_startdate = 110212144406Z | ||||
| 10 | default_enddate = 210212144406Z | ||||
| 11 | new_certs_dir = ./ | ||||
| 12 | database = ./test-ca.server1.db | ||||
| 13 | policy = policy_match | ||||
| 14 | |||||
| 15 | [policy_match] | ||||
| 16 | countryName = supplied | ||||
| 17 | organizationName = supplied | ||||
| 18 | commonName = supplied | ||||