summaryrefslogtreecommitdiff
path: root/src/lib/libssl/doc/openssl.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/doc/openssl.cnf')
-rw-r--r--src/lib/libssl/doc/openssl.cnf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/doc/openssl.cnf b/src/lib/libssl/doc/openssl.cnf
index 4c1d595b0a..9e59020c17 100644
--- a/src/lib/libssl/doc/openssl.cnf
+++ b/src/lib/libssl/doc/openssl.cnf
@@ -44,8 +44,8 @@ new_certs_dir = $dir/newcerts # default place for new certs.
44 44
45certificate = $dir/cacert.pem # The CA certificate 45certificate = $dir/cacert.pem # The CA certificate
46serial = $dir/serial # The current serial number 46serial = $dir/serial # The current serial number
47#crlnumber = $dir/crlnumber # the current crl number must be 47crlnumber = $dir/crlnumber # the current crl number
48 # commented out to leave a V1 CRL 48 # must be commented out to leave a V1 CRL
49crl = $dir/crl.pem # The current CRL 49crl = $dir/crl.pem # The current CRL
50private_key = $dir/private/cakey.pem# The private key 50private_key = $dir/private/cakey.pem# The private key
51RANDFILE = $dir/private/.rand # private random number file 51RANDFILE = $dir/private/.rand # private random number file
@@ -67,7 +67,7 @@ cert_opt = ca_default # Certificate field options
67 67
68default_days = 365 # how long to certify for 68default_days = 365 # how long to certify for
69default_crl_days= 30 # how long before next CRL 69default_crl_days= 30 # how long before next CRL
70default_md = md5 # which md to use. 70default_md = sha1 # which md to use.
71preserve = no # keep passed DN ordering 71preserve = no # keep passed DN ordering
72 72
73# A few difference way of specifying how similar the request should look 73# A few difference way of specifying how similar the request should look
@@ -188,7 +188,7 @@ nsComment = "OpenSSL Generated Certificate"
188 188
189# PKIX recommendations harmless if included in all certificates. 189# PKIX recommendations harmless if included in all certificates.
190subjectKeyIdentifier=hash 190subjectKeyIdentifier=hash
191authorityKeyIdentifier=keyid,issuer:always 191authorityKeyIdentifier=keyid,issuer
192 192
193# This stuff is for subjectAltName and issuerAltname. 193# This stuff is for subjectAltName and issuerAltname.
194# Import the email address. 194# Import the email address.