source: psi/trunk/certs/README@ 59

Last change on this file since 59 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 645 bytes
Line 
1This directory contains XML files that have SSL certificates in them.
2There should be at least a rootcert.xml file, but you can add more
3files if you want.
4
5The format is simple, there is one <store> element in each file, with
6any number of <certificate> child elements. In each certificate, there
7is 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
19The data is DER+Base64 format, which is basically PEM but without the
20header, footer, or newlines.
21
Note: See TracBrowser for help on using the repository browser.