1 |
slords |
1.1 |
[ v3_ca ] |
2 |
|
|
|
3 |
|
|
[ req ] |
4 |
|
|
default_bits = 1024 |
5 |
|
|
default_keyfile = stunnel.pem |
6 |
|
|
distinguished_name = req_distinguished_name |
7 |
|
|
attributes = req_attributes |
8 |
|
|
x509_extensions = v3_ca # The extentions to add to the self signed cert |
9 |
|
|
|
10 |
|
|
[ req_distinguished_name ] |
11 |
|
|
countryName = Country Name (2 letter code) |
12 |
|
|
countryName_default = US |
13 |
|
|
countryName_min = 2 |
14 |
|
|
countryName_max = 2 |
15 |
|
|
|
16 |
|
|
stateOrProvinceName = State or Province Name (full name) |
17 |
|
|
stateOrProvinceName_default = Some-State |
18 |
|
|
|
19 |
|
|
localityName = Locality Name (eg, city) |
20 |
|
|
localityName_default = Some-Locality |
21 |
|
|
|
22 |
|
|
0.organizationName = Organization Name (eg, company) |
23 |
|
|
0.organizationName_default = Red Hat Linux User |
24 |
|
|
|
25 |
|
|
organizationalUnitName = Organizational Unit Name (eg, section) |
26 |
|
|
organizationalUnitName_default = Organizational Unit |
27 |
|
|
|
28 |
|
|
commonName = Common Name (eg, YOUR name) |
29 |
|
|
commonName_max = 64 |
30 |
|
|
commonName_default = System Administrator |
31 |
|
|
|
32 |
|
|
emailAddress = Email Address |
33 |
|
|
emailAddress_max = 40 |
34 |
|
|
emailAddress_default = root@localhost |
35 |
|
|
|
36 |
|
|
# SET-ex3 = SET extension number 3 |
37 |
|
|
|
38 |
|
|
[ req_attributes ] |
39 |
|
|
challengePassword = A challenge password |
40 |
|
|
challengePassword_min = 4 |
41 |
|
|
challengePassword_max = 20 |
42 |
|
|
|
43 |
|
|
unstructuredName = An optional company name |
44 |
|
|
|
45 |
|
|
[ usr_cert ] |
46 |
|
|
nsCertType = server |
47 |
|
|
nsComment = "OpenSSL Generated Certificate" |