diff options
Diffstat (limited to 'src/lib/libssl/doc/openssl.cnf')
-rw-r--r-- | src/lib/libssl/doc/openssl.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/doc/openssl.cnf b/src/lib/libssl/doc/openssl.cnf index 7250aacf2c..ed4bde52e8 100644 --- a/src/lib/libssl/doc/openssl.cnf +++ b/src/lib/libssl/doc/openssl.cnf | |||
@@ -14,7 +14,7 @@ oid_section = new_oids | |||
14 | # To use this configuration file with the "-extfile" option of the | 14 | # To use this configuration file with the "-extfile" option of the |
15 | # "openssl x509" utility, name here the section containing the | 15 | # "openssl x509" utility, name here the section containing the |
16 | # X.509v3 extensions to use: | 16 | # X.509v3 extensions to use: |
17 | # extensions = | 17 | # extensions = |
18 | # (Alternatively, use a configuration file that has only | 18 | # (Alternatively, use a configuration file that has only |
19 | # X.509v3 extensions in its main [= default] section.) | 19 | # X.509v3 extensions in its main [= default] section.) |
20 | 20 | ||
@@ -111,7 +111,7 @@ x509_extensions = v3_ca # The extentions to add to the self signed cert | |||
111 | # input_password = secret | 111 | # input_password = secret |
112 | # output_password = secret | 112 | # output_password = secret |
113 | 113 | ||
114 | # This sets a mask for permitted string types. There are several options. | 114 | # This sets a mask for permitted string types. There are several options. |
115 | # default: PrintableString, T61String, BMPString. | 115 | # default: PrintableString, T61String, BMPString. |
116 | # pkix : PrintableString, BMPString (PKIX recommendation before 2004) | 116 | # pkix : PrintableString, BMPString (PKIX recommendation before 2004) |
117 | # utf8only: only UTF8Strings (PKIX recommendation after 2004). | 117 | # utf8only: only UTF8Strings (PKIX recommendation after 2004). |