~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

Viewing changes to certs/README

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This directory contains XML files that have SSL certificates in them.
2
 
There should be at least a rootcert.xml file, but you can add more
3
 
files if you want.
4
 
 
5
 
The format is simple, there is one <store> element in each file, with
6
 
any number of <certificate> child elements.  In each certificate, there
7
 
is a <data> tag to contain the certificate data.  Example:
8
 
 
9
 
  <store>
10
 
    <certificate>
11
 
      <data>Lots of nice data here</data>
12
 
    </certificate>
13
 
    <certificate>
14
 
      <data>Data of another cert</data>
15
 
    </certificate>
16
 
    ...
17
 
  </store>
18
 
 
19
 
The data is DER+Base64 format, which is basically PEM but without the
20
 
header, footer, or newlines.
21
 
 
 
1
This directory contains the SSL certificates shipped with psi. The files should be in PEM format, and should have the extension '.crt' or '.pem'.
 
2
 
 
3
Please use PSIDATADIR/certs for local additions.
 
4
 
 
5
Default value of PSIDATADIR:
 
6
  Linux, MacOS X and other Unices
 
7
     ~/.psi/ 
 
8
  Windows NT, 2000, XP and Server 2003
 
9
     %UserProfile%\PsiData\ (usually C:\Documents and Settings\username\PsiData )
 
10
  Windows 95, 98 and Me
 
11
     %ProgramFiles%\Psi\PsiData\ (usually C:\Program Files\Psi\PsiData )