test-ca.server1.test_serial.opensslconf 701 B

12345678910111213141516171819202122232425
  1. [ ca ]
  2. default_ca = test-ca
  3. [ test-ca ]
  4. certificate = test-ca.crt
  5. private_key = test-ca.key
  6. serial = test-ca.server1.tmp.serial
  7. default_md = sha1
  8. default_startdate = 20190210144406Z
  9. default_enddate = 20290210144406Z
  10. x509_extensions = v3_ca
  11. new_certs_dir = ./
  12. database = ./test-ca.server1.db
  13. policy = policy_match
  14. unique_subject = no
  15. [v3_ca]
  16. basicConstraints = CA:false
  17. subjectKeyIdentifier=hash
  18. authorityKeyIdentifier=keyid:always
  19. [policy_match]
  20. countryName = supplied
  21. organizationName = supplied
  22. commonName = supplied