David Benjamin | 33b5692 | 2022-12-31 17:16:53 -0500 | [diff] [blame] | 1 | # [ v3_proxy ] |
| 2 | basicConstraints=CA:FALSE |
| 3 | subjectKeyIdentifier=hash |
| 4 | authorityKeyIdentifier=keyid,issuer:always |
| 5 | proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:AB |
| 6 | |
| 7 | # |
| 8 | # SSLeay example configuration file. |
| 9 | # This is mostly being used for generation of certificate requests. |
| 10 | # |
| 11 | |
| 12 | RANDFILE = ./.rnd |
| 13 | |
| 14 | #################################################################### |
| 15 | [ req ] |
| 16 | default_bits = 2048 |
| 17 | default_keyfile = keySS.pem |
| 18 | distinguished_name = req_distinguished_name |
| 19 | encrypt_rsa_key = no |
| 20 | default_md = sha256 |
| 21 | |
| 22 | [ req_distinguished_name ] |
| 23 | countryName = Country Name (2 letter code) |
| 24 | countryName_default = AU |
| 25 | countryName_value = AU |
| 26 | |
| 27 | organizationName = Organization Name (eg, company) |
| 28 | organizationName_value = Dodgy Brothers |
| 29 | |
| 30 | 0.commonName = Common Name (eg, YOUR name) |
| 31 | 0.commonName_value = Brother 1 |
| 32 | |
| 33 | 1.commonName = Common Name (eg, YOUR name) |
| 34 | 1.commonName_value = Brother 2 |
| 35 | |
| 36 | 2.commonName = Common Name (eg, YOUR name) |
| 37 | 2.commonName_value = Proxy 1 |
| 38 | |
| 39 | [ v3_proxy ] |
| 40 | basicConstraints=CA:FALSE |
| 41 | subjectKeyIdentifier=hash |
| 42 | authorityKeyIdentifier=keyid,issuer:always |
| 43 | proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:AB |