| [ req ] | |
| default_bits = 4096 | |
| distinguished_name = req_distinguished_name | |
| prompt = no | |
| string_mask = utf8only | |
| x509_extensions = myexts | |
| [ req_distinguished_name ] | |
| O = Project Magma | |
| CN = Project Magma | |
| emailAddress = magma@acme.com | |
| [ myexts ] | |
| basicConstraints=critical,CA:FALSE | |
| keyUsage=digitalSignature | |
| subjectKeyIdentifier=hash | |
| authorityKeyIdentifier=keyid | |