Line | |
---|
1 | # create RSA certs - Server |
---|
2 | |
---|
3 | RANDFILE = skyped.rnd |
---|
4 | |
---|
5 | [ req ] |
---|
6 | default_bits = 1024 |
---|
7 | encrypt_key = yes |
---|
8 | distinguished_name = req_dn |
---|
9 | x509_extensions = cert_type |
---|
10 | |
---|
11 | [ req_dn ] |
---|
12 | countryName = Country Name (2 letter code) |
---|
13 | countryName_default = HU |
---|
14 | countryName_min = 2 |
---|
15 | countryName_max = 2 |
---|
16 | |
---|
17 | stateOrProvinceName = State or Province Name (full name) |
---|
18 | stateOrProvinceName_default = Some-State |
---|
19 | |
---|
20 | localityName = Locality Name (eg, city) |
---|
21 | |
---|
22 | 0.organizationName = Organization Name (eg, company) |
---|
23 | 0.organizationName_default = Stunnel Developers Ltd |
---|
24 | |
---|
25 | organizationalUnitName = Organizational Unit Name (eg, section) |
---|
26 | #organizationalUnitName_default = |
---|
27 | |
---|
28 | 0.commonName = Common Name (FQDN of your server) |
---|
29 | 0.commonName_default = localhost |
---|
30 | |
---|
31 | # To create a certificate for more than one name uncomment: |
---|
32 | # 1.commonName = DNS alias of your server |
---|
33 | # 2.commonName = DNS alias of your server |
---|
34 | # ... |
---|
35 | # See http://home.netscape.com/eng/security/ssl_2.0_certificate.html |
---|
36 | # to see how Netscape understands commonName. |
---|
37 | |
---|
38 | [ cert_type ] |
---|
39 | nsCertType = server |
---|
40 | |
---|
Note: See
TracBrowser
for help on using the repository browser.