1272343Sngie#
2272343Sngie# This is a test configuration file for use in SSLeay etc...
3272343Sngie#
4272343Sngie
5272343Sngieinit = 5
6272343Sngiein\#it1 =10
7272343Sngieinit2='10'
8272343Sngieinit3='10\''
9272343Sngieinit4="10'"
10272343Sngieinit5='='10\'' again'
11272343Sngie
12272343SngieSSLeay::version = 0.5.0
13272343Sngie
14272343Sngie[genrsa]
15272343Sngiedefault_bits	= 512
16272343SngieSSLEAY::version = 0.5.0
17272343Sngie
18272343Sngie[gendh]
19272343Sngiedefault_bits	= 512
20272343Sngiedef_generator	= 2
21272343Sngie
22272343Sngie[s_client]
23272343Sngiecipher1		= DES_CBC_MD5:DES_CBC_SHA:DES_EDE_SHA:RC4_MD5\
24272343Sngiecipher2		= 'DES_CBC_MD5 DES_CBC_SHA DES_EDE_SHA RC4_MD5'
25272343Sngiecipher3		= "DES_CBC_MD5 DES_CBC_SHA DES_EDE_SHA RC4_MD5"
26272343Sngiecipher4		= DES_CBC_MD5 DES_CBC_SHA DES_EDE_SHA RC4_MD5
27272343Sngie
28272343Sngie[ default ]
29272343Sngie#cert_dir	= $ENV::HOME/.ca_certs
30272343Sngie
31272343SngieHOME		= /tmp/eay
32272343Sngie
33272343Sngietmp_cert_dir	= $HOME/.ca_certs
34272343Sngietmp2_cert_dir	= thisis$(HOME)stuff
35272343Sngie
36272343SngieLOGNAME	= Eric Young (home=$HOME)
37272343Sngie
38272343Sngie[ special ]
39272343Sngie
40272343Sngie#H=$HOME
41272343Sngie#H=$default::HOME
42272343Sngie#H=$ENV::HOME
43272343Sngie#
44272343Sngie# SSLeay example configuration file.
45272343Sngie# This is mostly being used for generation of certificate requests.
46272343Sngie#
47272343Sngie
48272343SngieRANDFILE		= $HOME/.rand
49272343Sngie
50272343Sngie[ req ]
51272343Sngiedefault_bits		= 512
52272343Sngiedefault_keyfile 	= privkey.pem
53272343Sngie
54272343SngieAttribute_type_1	= countryName
55272343SngieAttribute_text_1	= Country Name (2 letter code)
56272343SngieAttribute_default_1	= AU
57272343Sngie
58272343SngieAttribute_type_2	= stateOrProvinceName
59272343SngieAttribute_text_2	= State or Province Name (full name)
60272343SngieAttribute_default_2	= Queensland
61272343Sngie
62272343SngieAttribute_type_3	= localityName
63272343SngieAttribute_text_3	= Locality Name (eg, city)
64272343Sngie
65272343SngieAttribute_type_4	= organizationName
66272343SngieAttribute_text_4	= Organization Name (eg, company)
67272343SngieAttribute_default_4	= Mincom Pty Ltd
68272343Sngie
69272343SngieAttribute_type_5	= organizationalUnitName
70272343SngieAttribute_text_5	= Organizational Unit Name (eg, section)
71272343SngieAttribute_default_5	= TR
72272343Sngie
73272343SngieAttribute_type_6	= commonName
74272343SngieAttribute_text_6	= Common Name (eg, YOUR name)
75272343Sngie
76272343SngieAttribute_type_7	= emailAddress
77272343SngieAttribute_text_7	= Email Address
78272343Sngie
79