1[ req ]
2distinguished_name = req_distinguished_name
3prompt             = no
4x509_extensions    = constraints
5
6[ req_distinguished_name ]
7C             = US
8ST            = Montana
9L             = Bozeman
10O             = Sawtooth
11OU            = Consulting
12CN            = www.wolfssl.com
13emailAddress  = info@wolfsssl.com
14
15[constraints]
16subjectKeyIdentifier=hash
17authorityKeyIdentifier=keyid:always,issuer:always
18basicConstraints=CA:TRUE
19nameConstraints=critical,excluded;dirName:dir_name_exclude
20
21[dir_name_exclude]
22countryName = US
23stateOrProvinceName = California
24
25