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