This file is indexed.

/usr/share/doc/pyca/htdocs/index.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
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <title>pyCA - X.509 CA</title>
  <meta name="author" content="michael@stroeder.com" />
  <meta name="description" content="pyCA: Software for running a X.509/PKIX certificate authority" />
  <meta name="keywords" content="Security, X.509, PKI, CA, PKIX, S/MIME, SSL, single sign-on, client certificates, authentication">
  <meta name="robots" content="INDEX,NOFOLLOW" />
  <link rev="made" href="mailto:www@stroeder.com" />
  <link rel="contents" href="http://www.pyca.de" title="pyCA" />
  <link rel="copyright" href="" title="Copyright by Michael Str&ouml;der <michael@stroeder.com>" />
  <script language="JavaScript">
    <!--
     if(top.frames.length > 0)
      top.location.href=self.location;
    //-->
  </script>
</head>

<body bgcolor="#fafafa" text="#000000" link="#AA5022" vlink="#772000" alink="#0A0A0A">


<table
  summary="Navigation"
  width="100%"
  cellspacing="0"
  cellpadding="12"
  border="8"
>
  <tr>
    <td>
     <h1>
       <a href="pyca.html">pyCA</a> -
       X.509 CA
     </h1>
     Software for running a X.509/PKIX certificate authority
    </td>
    <td valign="top" width="35%">
      <font size="-1">
        <dl>
          <dt>
	    General
          </dt>
          <dd>
	    &lt;<a href="download.html">Download</a>&gt;
	    &lt;<a href="news.html">News</a>&gt;
	    &lt;<a href="demo.html">Demo</a>&gt;
	    &lt;<a href="related.html">Related</a>&gt;
          </dd>
          <dt>
	    Support
          </dt>
          <dd>
	    &lt;<a href="http://www.stroeder.com">Commercial</a>&gt;
	    &lt;<a href="feedback.html">Feedback</a>&gt;
	    &lt;<a href="faq.html">FAQ</a>&gt;
          </dd>
          <dt>
	    Documentation
          </dt>
          <dd>
	    &lt;<a href="features.html">Features</a>&gt;
	    &lt;<a href="overview.html">Overview</a>&gt;
	    &lt;<a href="install.html">Installing</a>&gt;
	    &lt;<a href="config.html">Configuration</a>&gt;
	    &lt;<a href="changes.html">Changes</a>&gt;
	    &lt;<a href="files.html">Files</a>&gt;
	    &lt;<a href="roadmap.html">Roadmap</a>&gt;
          </dd>
        </dl>
      </font>
    </td>
  </tr>
</table>




<h2><A NAME="Abstract">Abstract</a></h2>
<p>
  The usage of cryptographic techniques promises secure usage of
  Internet services concerning authentication of clients and servers and
  authorized access to sensitive data. During the last two years it turned
  out that X.509 certificates, SSL and S/MIME are the relevant, widely
  adopted cryptographic standards for securing various Internet services
  like WWW, Mail, etc.
</p>
<p>
  However these standards require setting up a working X.509-based PKI
  (pulic key infrastructure).
  Although there is a quite lot of documentation and some example software
  for setting up a primitive PKI with an own certificate authority
  with the free package <a href="http://www.openssl.org/">OpenSSL</a>
  it seems that this task is not easy for most people. There is a lot of
  discussion on various mailing-lists, e.g. how to generate self-signed
  CA certificates, generate certificate requests with the famous WWW browsers and how to provide
  client certificates / certificate revocation lists for download, etc.
  Additionally if the certification business of an organization gets only a
  little bit more serious one has to take care about critical security issues.
</p>
<p>
  <a href="http://www.pyca.de/">pyCA</a> tries to make it
  easier for people to set up and run a organizational certificate authority
  which fulfills the need for a fairly secure certification processing.
  The package also tries to reduce administrative tasks and user's frustration
  by providing a comfortable web interface to users contacting the certificate
  authority.
</p>

<h2>Project status</h2>
<p>
Unfortunately I do not have the time at the moment to spend more time
on developing this project. I will apply bug fixes and patches submitted
by users as long as they do not require too much rewriting of code.
</p>

<p id="footer">
<hr width="100%">
<font size=-1>
Page last modified: Thursday, 15-May-2003 20:32:19 CEST,
sponsored by<br>
<a href="http://www.stroeder.com">
stroeder.com - Information Technology, IT-Security, Identity Management,
System Integration</a>

</font>
</p>

</body>
</html>