includes2.cnf 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # For the CA policy
  2. [ policy_match ]
  3. countryName = match
  4. stateOrProvinceName = match
  5. organizationName = match
  6. organizationalUnitName = optional
  7. commonName = supplied
  8. emailAddress = optional
  9. # For the 'anything' policy
  10. # At this point in time, you must list all acceptable 'object'
  11. # types.
  12. [ policy_anything ]
  13. countryName = optional
  14. stateOrProvinceName = optional
  15. localityName = optional
  16. organizationName = optional
  17. organizationalUnitName = optional
  18. commonName = supplied
  19. emailAddress = optional
  20. ####################################################################
  21. [ req ]
  22. default_bits = 2048
  23. default_keyfile = testkey.pem
  24. distinguished_name = req_distinguished_name
  25. encrypt_rsa_key = no
  26. [ req_distinguished_name ]
  27. countryName = Country Name (2 letter code)
  28. countryName_default = AU
  29. countryName_value = AU
  30. stateOrProvinceName = State or Province Name (full name)
  31. stateOrProvinceName_default = Queensland
  32. stateOrProvinceName_value =
  33. localityName = Locality Name (eg, city)
  34. localityName_value = Brisbane
  35. organizationName = Organization Name (eg, company)
  36. organizationName_default =
  37. organizationName_value = CryptSoft Pty Ltd
  38. organizationalUnitName = Organizational Unit Name (eg, section)
  39. organizationalUnitName_default =
  40. organizationalUnitName_value = .
  41. commonName = Common Name (eg, YOUR name)
  42. commonName_value = Eric Young
  43. emailAddress = Email Address
  44. emailAddress_value = eay@mincom.oz.au