| # [ req_distinguished_name ] |
| organizationName = Dodgy Brothers |
| # SSLeay example configuration file. |
| # This is mostly being used for generation of certificate requests. |
| #################################################################### |
| default_keyfile = keySS.pem |
| distinguished_name = req_distinguished_name |
| [ req_distinguished_name ] |
| organizationName = Dodgy Brothers |
| subjectKeyIdentifier=hash |
| authorityKeyIdentifier=keyid,issuer:always |
| basicConstraints = CA:false |
| keyUsage = nonRepudiation, digitalSignature, keyEncipherment |
| subjectKeyIdentifier=hash |
| authorityKeyIdentifier=keyid:always |
| basicConstraints = CA:false |
| keyUsage = nonRepudiation, digitalSignature |
| subjectKeyIdentifier=hash |
| authorityKeyIdentifier=keyid:always |
| basicConstraints = CA:false |
| keyUsage = nonRepudiation, digitalSignature, keyAgreement |