ssleay.cnf 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. #
  2. # This is a test configuration file for use in SSLeay etc...
  3. #
  4. init = 5
  5. in\#it1 =10
  6. init2='10'
  7. init3='10\''
  8. init4="10'"
  9. init5='='10\'' again'
  10. SSLeay::version = 0.5.0
  11. [genrsa]
  12. default_bits = 512
  13. SSLEAY::version = 0.5.0
  14. [gendh]
  15. default_bits = 512
  16. def_generator = 2
  17. [s_client]
  18. cipher1 = DES_CBC_MD5:DES_CBC_SHA:DES_EDE_SHA:RC4_MD5\
  19. cipher2 = 'DES_CBC_MD5 DES_CBC_SHA DES_EDE_SHA RC4_MD5'
  20. cipher3 = "DES_CBC_MD5 DES_CBC_SHA DES_EDE_SHA RC4_MD5"
  21. cipher4 = DES_CBC_MD5 DES_CBC_SHA DES_EDE_SHA RC4_MD5
  22. [ default ]
  23. cert_dir = $ENV::HOME/.ca_certs
  24. HOME = /tmp/eay
  25. tmp_cert_dir = $HOME/.ca_certs
  26. tmp2_cert_dir = thisis$(HOME)stuff
  27. LOGNAME = Eric Young (home=$HOME)
  28. [ special ]
  29. H=$HOME
  30. H=$default::HOME
  31. H=$ENV::HOME
  32. #
  33. # SSLeay example configuration file.
  34. # This is mostly being used for generation of certificate requests.
  35. #
  36. RANDFILE = $HOME/.rand
  37. [ req ]
  38. default_bits = 512
  39. default_keyfile = privkey.pem
  40. Attribute_type_1 = countryName
  41. Attribute_text_1 = Country Name (2 letter code)
  42. Attribute_default_1 = AU
  43. Attribute_type_2 = stateOrProvinceName
  44. Attribute_text_2 = State or Province Name (full name)
  45. Attribute_default_2 = Queensland
  46. Attribute_type_3 = localityName
  47. Attribute_text_3 = Locality Name (eg, city)
  48. Attribute_type_4 = organizationName
  49. Attribute_text_4 = Organization Name (eg, company)
  50. Attribute_default_4 = Mincom Pty Ltd
  51. Attribute_type_5 = organizationalUnitName
  52. Attribute_text_5 = Organizational Unit Name (eg, section)
  53. Attribute_default_5 = TR
  54. Attribute_type_6 = commonName
  55. Attribute_text_6 = Common Name (eg, YOUR name)
  56. Attribute_type_7 = emailAddress
  57. Attribute_text_7 = Email Address