2009-08-20 14:20:57 +00:00
|
|
|
diff -up openssl-1.0.0-beta3/apps/openssl.cnf.defaults openssl-1.0.0-beta3/apps/openssl.cnf
|
|
|
|
--- openssl-1.0.0-beta3/apps/openssl.cnf.defaults 2009-04-04 20:09:43.000000000 +0200
|
|
|
|
+++ openssl-1.0.0-beta3/apps/openssl.cnf 2009-08-04 22:57:16.000000000 +0200
|
|
|
|
@@ -103,7 +103,8 @@ emailAddress = optional
|
2009-06-30 14:20:37 +00:00
|
|
|
|
2005-11-08 13:52:29 +00:00
|
|
|
####################################################################
|
|
|
|
[ req ]
|
2009-06-30 11:17:45 +00:00
|
|
|
-default_bits = 1024
|
|
|
|
+default_bits = 2048
|
2005-11-08 13:52:29 +00:00
|
|
|
+default_md = sha1
|
|
|
|
default_keyfile = privkey.pem
|
|
|
|
distinguished_name = req_distinguished_name
|
|
|
|
attributes = req_attributes
|
2009-08-20 14:20:57 +00:00
|
|
|
@@ -126,17 +127,18 @@ string_mask = utf8only
|
2005-11-08 13:52:29 +00:00
|
|
|
|
|
|
|
[ req_distinguished_name ]
|
|
|
|
countryName = Country Name (2 letter code)
|
|
|
|
-countryName_default = AU
|
2009-08-20 14:20:57 +00:00
|
|
|
+countryName_default = XX
|
2005-11-08 13:52:29 +00:00
|
|
|
countryName_min = 2
|
|
|
|
countryName_max = 2
|
|
|
|
|
|
|
|
stateOrProvinceName = State or Province Name (full name)
|
|
|
|
-stateOrProvinceName_default = Some-State
|
2009-08-20 14:20:57 +00:00
|
|
|
+#stateOrProvinceName_default = Default Province
|
2005-11-08 13:52:29 +00:00
|
|
|
|
|
|
|
localityName = Locality Name (eg, city)
|
2009-08-20 14:20:57 +00:00
|
|
|
+localityName_default = Default City
|
2005-11-08 13:52:29 +00:00
|
|
|
|
|
|
|
0.organizationName = Organization Name (eg, company)
|
|
|
|
-0.organizationName_default = Internet Widgits Pty Ltd
|
2009-08-20 14:20:57 +00:00
|
|
|
+0.organizationName_default = Default Company Ltd
|
2005-11-08 13:52:29 +00:00
|
|
|
|
|
|
|
# we can do this but it is not needed normally :-)
|
|
|
|
#1.organizationName = Second Organization Name (eg, company)
|
2009-08-20 14:20:57 +00:00
|
|
|
@@ -145,7 +147,7 @@ localityName = Locality Name (eg, city
|
2005-11-08 13:52:29 +00:00
|
|
|
organizationalUnitName = Organizational Unit Name (eg, section)
|
|
|
|
#organizationalUnitName_default =
|
|
|
|
|
|
|
|
-commonName = Common Name (eg, YOUR name)
|
|
|
|
+commonName = Common Name (eg, your name or your server\'s hostname)
|
|
|
|
commonName_max = 64
|
|
|
|
|
|
|
|
emailAddress = Email Address
|