~ubuntu-branches/ubuntu/karmic/pyca/karmic

« back to all changes in this revision

Viewing changes to htdocs/features.html

  • Committer: Bazaar Package Importer
  • Author(s): Lars Bahner
  • Date: 2003-12-02 19:39:35 UTC
  • Revision ID: james.westby@ubuntu.com-20031202193935-fzzt289mntvy6a8q
Tags: upstream-20031118
ImportĀ upstreamĀ versionĀ 20031118

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--#set var="pyca_subtitle" value="Features"-->
 
2
<!--#set var="pyca_pagedescription" value="List of currently available features"-->
 
3
<!--#include file="ssi/head.html"-->
 
4
<!--#include file="ssi/navigation.html"-->
 
5
 
 
6
<p>
 
7
  The following tasks will be provided by this package:
 
8
</p>
 
9
<ul>
 
10
  <li>
 
11
    Generate CA certificate hierarchy and initials CRLs
 
12
  </li>
 
13
  <li>
 
14
    Generate certificate requests with widely used web browsers
 
15
  </li>
 
16
  <li>
 
17
    Search tool for client certificates in the OpenSSL certificate database
 
18
  </li>
 
19
  <li>
 
20
    Download of client certificates / certificate revocation lists with appropriate MIME types
 
21
  </li>
 
22
  <li>
 
23
    Online-validation of certificates
 
24
  </li>
 
25
  <li>
 
26
    Storing all certificate data in LDAP repositories
 
27
  </li>
 
28
  <li>
 
29
    Scripts for the handling of the certification process on a
 
30
    non-networked system holding the CA's private key(s)
 
31
  </li>
 
32
  <li>
 
33
    Fairly easy configuration based on the OpenSSL configuration file
 
34
    (most times called <em>openssl.cnf</em>).
 
35
  </li>
 
36
</ul>
 
37
<p>
 
38
  See the <a href="roadmap.html">roadmap</a> for a detailed list of what is still
 
39
  to be done.
 
40
</p>
 
41
 
 
42
<!--#include file="ssi/footer.html"-->