1 --- openssl-0.9.8a/apps/openssl.cnf.defaults 2005-09-16 14:20:24.000000000 +0200
2 +++ openssl-0.9.8a/apps/openssl.cnf 2005-11-04 11:00:37.000000000 +0100
4 ####################################################################
8 default_keyfile = privkey.pem
9 distinguished_name = req_distinguished_name
10 attributes = req_attributes
12 # MASK:XXXX a literal mask value.
13 # WARNING: current versions of Netscape crash on BMPStrings or UTF8Strings
14 # so use this option with caution!
15 -string_mask = nombstr
16 +# we use PrintableString+UTF8String mask so if pure ASCII texts are used
17 +# the resulting certificates are compatible with Netscape
18 +string_mask = MASK:0x2002
20 # req_extensions = v3_req # The extensions to add to a certificate request
22 [ req_distinguished_name ]
23 countryName = Country Name (2 letter code)
24 -countryName_default = AU
25 +countryName_default = GB
29 stateOrProvinceName = State or Province Name (full name)
30 -stateOrProvinceName_default = Some-State
31 +stateOrProvinceName_default = Berkshire
33 localityName = Locality Name (eg, city)
34 +localityName_default = Newbury
36 0.organizationName = Organization Name (eg, company)
37 -0.organizationName_default = Internet Widgits Pty Ltd
38 +0.organizationName_default = My Company Ltd
40 # we can do this but it is not needed normally :-)
41 #1.organizationName = Second Organization Name (eg, company)
43 organizationalUnitName = Organizational Unit Name (eg, section)
44 #organizationalUnitName_default =
46 -commonName = Common Name (eg, YOUR name)
47 +commonName = Common Name (eg, your name or your server\'s hostname)
50 emailAddress = Email Address