2016-10-11 08:31:54 +00:00
|
|
|
diff -up openssl-1.1.0-pre5/apps/openssl.cnf.defaults openssl-1.1.0-pre5/apps/openssl.cnf
|
|
|
|
--- openssl-1.1.0-pre5/apps/openssl.cnf.defaults 2016-04-19 16:57:52.000000000 +0200
|
|
|
|
+++ openssl-1.1.0-pre5/apps/openssl.cnf 2016-07-18 14:22:08.252691017 +0200
|
2018-09-14 11:10:14 +00:00
|
|
|
@@ -10,7 +10,7 @@
|
|
|
|
# This definition stops the following lines choking if HOME isn't
|
|
|
|
# defined.
|
|
|
|
HOME = .
|
|
|
|
-RANDFILE = $ENV::HOME/.rnd
|
|
|
|
+#RANDFILE = $ENV::HOME/.rnd
|
|
|
|
|
|
|
|
# Extra OBJECT IDENTIFIER info:
|
|
|
|
#oid_file = $ENV::HOME/.oid
|
2014-02-06 17:07:59 +00:00
|
|
|
@@ -72,7 +72,7 @@ cert_opt = ca_default # Certificate fi
|
|
|
|
|
|
|
|
default_days = 365 # how long to certify for
|
|
|
|
default_crl_days= 30 # how long before next CRL
|
|
|
|
-default_md = default # use public key default MD
|
|
|
|
+default_md = sha256 # use SHA-256 by default
|
|
|
|
preserve = no # keep passed DN ordering
|
|
|
|
|
|
|
|
# A few difference way of specifying how similar the request should look
|
2015-04-23 11:57:26 +00:00
|
|
|
@@ -104,6 +104,7 @@ emailAddress = optional
|
2005-11-08 13:52:29 +00:00
|
|
|
####################################################################
|
|
|
|
[ req ]
|
2015-04-23 11:57:26 +00:00
|
|
|
default_bits = 2048
|
2014-02-06 17:07:59 +00:00
|
|
|
+default_md = sha256
|
2005-11-08 13:52:29 +00:00
|
|
|
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)
|
2014-02-06 17:07:59 +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 =
|
|
|
|
|
2012-01-05 14:13:25 +00:00
|
|
|
-commonName = Common Name (e.g. server FQDN or YOUR name)
|
2005-11-08 13:52:29 +00:00
|
|
|
+commonName = Common Name (eg, your name or your server\'s hostname)
|
|
|
|
commonName_max = 64
|
|
|
|
|
|
|
|
emailAddress = Email Address
|