mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 00:50:54 +02:00
17 lines
481 B
Plaintext
17 lines
481 B
Plaintext
[ req ]
|
|
default_bits = 2048
|
|
distinguished_name = req_distinguished_name
|
|
req_extensions = req_ext
|
|
|
|
[ req_distinguished_name ]
|
|
countryName = US
|
|
stateOrProvinceName = Montana
|
|
localityName = Bozeman
|
|
organizationName = Engineering
|
|
commonName = www.nomatch.com
|
|
commonName_max = 64
|
|
|
|
[ req_ext ]
|
|
#subjectAltName = localhost\0h
|
|
#subjectAltName = DER:30:0d:82:0b:6c:6f:63:61:6c:68:6f:73:74:00:68
|