1 | --- tools/stunnel.cnf.org 2011-06-28 22:21:03.000000000 +0200 |
---|
2 | +++ tools/stunnel.cnf 2011-11-26 12:36:46.000000000 +0100 |
---|
3 | @@ -6,32 +6,8 @@ |
---|
4 | distinguished_name = req_dn |
---|
5 | x509_extensions = cert_type |
---|
6 | +prompt = no |
---|
7 | |
---|
8 | [ req_dn ] |
---|
9 | -countryName = Country Name (2 letter code) |
---|
10 | -countryName_default = PL |
---|
11 | -countryName_min = 2 |
---|
12 | -countryName_max = 2 |
---|
13 | - |
---|
14 | -stateOrProvinceName = State or Province Name (full name) |
---|
15 | -stateOrProvinceName_default = Mazovia Province |
---|
16 | - |
---|
17 | -localityName = Locality Name (eg, city) |
---|
18 | -localityName_default = Warsaw |
---|
19 | - |
---|
20 | -organizationName = Organization Name (eg, company) |
---|
21 | -organizationName_default = Stunnel Developers |
---|
22 | - |
---|
23 | -organizationalUnitName = Organizational Unit Name (eg, section) |
---|
24 | -organizationalUnitName_default = Provisional CA |
---|
25 | - |
---|
26 | -0.commonName = Common Name (FQDN of your server) |
---|
27 | -0.commonName_default = localhost |
---|
28 | - |
---|
29 | -# To create a certificate for more than one name uncomment: |
---|
30 | -# 1.commonName = DNS alias of your server |
---|
31 | -# 2.commonName = DNS alias of your server |
---|
32 | -# ... |
---|
33 | -# See http://home.netscape.com/eng/security/ssl_2.0_certificate.html |
---|
34 | -# to see how Netscape understands commonName. |
---|
35 | +CN = localhost |
---|
36 | |
---|
37 | [ cert_type ] |
---|