- Added support for wildcard certificates

- Added support for multi-domain certificates through the X509 Subject Alternative Name extension
This commit is contained in:
Paul Bakker
2012-02-11 16:09:32 +00:00
parent fab5c829e7
commit a8cd239d6b
18 changed files with 1005 additions and 7 deletions

View File

@@ -23,6 +23,7 @@ default_days = 3653
default_md = sha1
policy = my_policy
x509_extensions = v3_usr
copy_extensions = copy
[ my_policy ]
countryName = supplied
@@ -32,7 +33,7 @@ commonName = supplied
[ req ]
distinguished_name = my_req_dn
x509_extensions = v3_ca
prompt = no
prompt = no
[ v3_ca ]
basicConstraints = CA:TRUE