mirror of
https://abf.rosa.ru/djam/openssl.git
synced 2025-02-23 08:12:50 +00:00
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
--- openssl-1.0.2/apps/openssl.cnf.defaults 2015-01-22 15:58:06.000000000 +0100
|
|
+++ openssl-1.0.2/apps/openssl.cnf 2015-01-25 11:27:18.561475929 +0100
|
|
@@ -104,6 +104,7 @@ emailAddress = optional
|
|
####################################################################
|
|
[ req ]
|
|
default_bits = 2048
|
|
+default_md = sha1
|
|
default_keyfile = privkey.pem
|
|
distinguished_name = req_distinguished_name
|
|
attributes = req_attributes
|
|
@@ -126,17 +127,18 @@ string_mask = utf8only
|
|
|
|
[ req_distinguished_name ]
|
|
countryName = Country Name (2 letter code)
|
|
-countryName_default = AU
|
|
+countryName_default = XX
|
|
countryName_min = 2
|
|
countryName_max = 2
|
|
|
|
stateOrProvinceName = State or Province Name (full name)
|
|
-stateOrProvinceName_default = Some-State
|
|
+stateOrProvinceName_default = Default Province
|
|
|
|
localityName = Locality Name (eg, city)
|
|
+localityName_default = Default City
|
|
|
|
0.organizationName = Organization Name (eg, company)
|
|
-0.organizationName_default = Internet Widgits Pty Ltd
|
|
+0.organizationName_default = Default Company Ltd
|
|
|
|
# we can do this but it is not needed normally :-)
|
|
#1.organizationName = Second Organization Name (eg, company)
|