source: protocols/skype/skyped.cnf @ be1efa3

Last change on this file since be1efa3 was 43b1cd7, checked in by Miklos Vajna <vmiklos@…>, at 2011-04-12T00:10:57Z

Merge bitlbee-skype into bitlbee

  • Property mode set to 100644
File size: 1.1 KB
Line 
1# create RSA certs - Server
2
3RANDFILE = skyped.rnd
4
5[ req ]
6default_bits = 1024
7encrypt_key = yes
8distinguished_name = req_dn
9x509_extensions = cert_type
10
11[ req_dn ]
12countryName = Country Name (2 letter code)
13countryName_default             = HU
14countryName_min                 = 2
15countryName_max                 = 2
16
17stateOrProvinceName             = State or Province Name (full name)
18stateOrProvinceName_default     = Some-State
19
20localityName                    = Locality Name (eg, city)
21
220.organizationName              = Organization Name (eg, company)
230.organizationName_default      = Stunnel Developers Ltd
24
25organizationalUnitName          = Organizational Unit Name (eg, section)
26#organizationalUnitName_default =
27
280.commonName                    = Common Name (FQDN of your server)
290.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 ]
39nsCertType = server
40
Note: See TracBrowser for help on using the repository browser.