diff options
Diffstat (limited to 'src/lib/libssl/doc/openssl.cnf')
-rw-r--r-- | src/lib/libssl/doc/openssl.cnf | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/lib/libssl/doc/openssl.cnf b/src/lib/libssl/doc/openssl.cnf index dbe8cbefe0..eca51c3322 100644 --- a/src/lib/libssl/doc/openssl.cnf +++ b/src/lib/libssl/doc/openssl.cnf | |||
@@ -48,6 +48,14 @@ RANDFILE = $dir/private/.rand # private random number file | |||
48 | 48 | ||
49 | x509_extensions = usr_cert # The extentions to add to the cert | 49 | x509_extensions = usr_cert # The extentions to add to the cert |
50 | 50 | ||
51 | # Comment out the following two lines for the "traditional" | ||
52 | # (and highly broken) format. | ||
53 | name_opt = ca_default # Subject Name options | ||
54 | cert_opt = ca_default # Certificate field options | ||
55 | |||
56 | # Extension copying option: use with caution. | ||
57 | # copy_extensions = copy | ||
58 | |||
51 | # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs | 59 | # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs |
52 | # so this is commented out by default to leave a V1 CRL. | 60 | # so this is commented out by default to leave a V1 CRL. |
53 | # crl_extensions = crl_ext | 61 | # crl_extensions = crl_ext |
@@ -132,7 +140,7 @@ commonName = Common Name (eg, YOUR name) | |||
132 | commonName_max = 64 | 140 | commonName_max = 64 |
133 | 141 | ||
134 | emailAddress = Email Address | 142 | emailAddress = Email Address |
135 | emailAddress_max = 40 | 143 | emailAddress_max = 64 |
136 | 144 | ||
137 | # SET-ex3 = SET extension number 3 | 145 | # SET-ex3 = SET extension number 3 |
138 | 146 | ||
@@ -180,6 +188,9 @@ authorityKeyIdentifier=keyid,issuer:always | |||
180 | # This stuff is for subjectAltName and issuerAltname. | 188 | # This stuff is for subjectAltName and issuerAltname. |
181 | # Import the email address. | 189 | # Import the email address. |
182 | # subjectAltName=email:copy | 190 | # subjectAltName=email:copy |
191 | # An alternative to produce certificates that aren't | ||
192 | # deprecated according to PKIX. | ||
193 | # subjectAltName=email:move | ||
183 | 194 | ||
184 | # Copy subject details | 195 | # Copy subject details |
185 | # issuerAltName=issuer:copy | 196 | # issuerAltName=issuer:copy |