ca.cnf 628 B

12345678910111213141516171819202122232425262728
  1. [ ca ]
  2. default_ca = CA_default
  3. [ CA_default ]
  4. serial = ca-serial
  5. crl = ca-crl.pem
  6. database = ca-database.txt
  7. name_opt = CA_default
  8. cert_opt = CA_default
  9. default_crl_days = 9999
  10. default_md = md5
  11. [ req ]
  12. default_bits = 2048
  13. days = 9999
  14. distinguished_name = req_distinguished_name
  15. attributes = req_attributes
  16. prompt = no
  17. [ req_distinguished_name ]
  18. C = SE
  19. ST = Stockholm
  20. L = Stockholm
  21. CN = ca
  22. emailAddress = ca@example.com
  23. [ req_attributes ]
  24. challengePassword = test