20 lines
453 B
Plaintext
20 lines
453 B
Plaintext
#
|
|
# SSLeay example configuration file.
|
|
#
|
|
|
|
[ req ]
|
|
default_bits = 2048
|
|
default_keyfile = privkey.pem
|
|
distinguished_name = req_distinguished_name
|
|
prompt = no
|
|
policy = policy_anything
|
|
req_extensions = v3_req
|
|
x509_extensions = v3_req
|
|
|
|
[ req_distinguished_name ]
|
|
commonName = @HostName@
|
|
|
|
[ v3_req ]
|
|
basicConstraints = CA:FALSE
|
|
subjectAltName = @SubjectAltName@
|