use req_extensions instead of x509_extensions

This commit is contained in:
Jan Dittberner 2011-05-04 22:47:35 +02:00
parent 634a2ca9c7
commit 7d082d27d0
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ RANDFILE = $ENV::HOME/ca/.rnd
[ req ]
default_bits = 2048
distinguished_name = req_distinguished_name
x509_extensions = v3_client_ext
req_extensions = v3_client_ext
# This sets a mask for permitted string types. There are several options.
# nombstr : PrintableString, T61String (no BMPStrings or UTF8Strings).

View File

@ -8,7 +8,7 @@ RANDFILE = $ENV::HOME/ca/.rnd
[ req ]
default_bits = 2048
distinguished_name = req_distinguished_name
x509_extensions = v3_server_ext
req_extensions = v3_server_ext
# This sets a mask for permitted string types. There are several options.
# nombstr : PrintableString, T61String (no BMPStrings or UTF8Strings).

View File

@ -8,7 +8,7 @@ RANDFILE = $ENV::HOME/ca/.rnd
[ req ]
default_bits = 2048
distinguished_name = req_distinguished_name
x509_extensions = v3_subca_ext
req_extensions = v3_subca_ext
# This sets a mask for permitted string types. There are several options.
# nombstr : PrintableString, T61String (no BMPStrings or UTF8Strings).