~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to certs/server_sslconfig.xml

  • Committer: Bazaar Package Importer
  • Author(s): Francisco Moya
  • Date: 2006-08-06 19:00:57 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060806190057-3q4p9ws4ucyamn10
Tags: 3.1.0-2
* Patches #5 to #6 from ZeroC forums.
* Patch by Michael Pugach for DescriptorHelper.cpp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?> 
2
 
<!DOCTYPE SSLConfig SYSTEM "sslconfig.dtd"> 
3
 
<SSLConfig> 
4
 
    <server> 
5
 
        <general version="SSLv23" cipherlist="RC4-MD5" verifymode="peer|client_once|fail_no_cert" verifydepth="10" /> 
6
 
        <certauthority file="cacert.pem" />
7
 
        <basecerts> 
8
 
            <rsacert keysize="1024"> 
9
 
                <public  encoding="PEM" filename="s_rsa1024_pub.pem" /> 
10
 
                <private encoding="PEM" filename="s_rsa1024_priv.pem" /> 
11
 
            </rsacert>
12
 
        </basecerts>
13
 
    </server> 
14
 
</SSLConfig>