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

« back to all changes in this revision

Viewing changes to htdocs/demo.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="Demo" -->
 
2
<!--#set var="pyca_pagedescription" value="" -->
 
3
<!--#include file="ssi/head.html" -->
 
4
<!--#include file="ssi/navigation.html" -->
 
5
 
 
6
<h2>Demo</h2>
 
7
<p>
 
8
  <A target="pyca_demo" HREF="http://sites.inka.de/ms/cgi-bin/pyca/ca-index.py">
 
9
  ca-index.py</A> shows CA index of the <A HREF="conf/openssl.cnf">example
 
10
  configuration file</A>. You can download CA certificates and CRLs of
 
11
  my <em>TestCA</em> and call the application form for generating
 
12
  certificate requests.
 
13
</p>
 
14
<p>
 
15
  Please make backup copies of your certificate database and key files
 
16
  (e.g. <em>cert7.db</em> and <em>key3.db</em> in your Netscape's profile
 
17
  directory) <strong>before</strong> playing around with the CA certificates
 
18
  and CRLs.
 
19
</p>
 
20
<p>
 
21
  Only the <em>Persona</em> CA is meant for playing with
 
22
  client-side key generation with
 
23
  <A target="pyca_demo" HREF="http://sites.inka.de/ms/cgi-bin/pyca/client-enroll.py">
 
24
  client-enroll.py</A>
 
25
  and sending certificate requests. All other
 
26
  CA types are dedicated to my personal use.
 
27
</p>
 
28
<p>
 
29
  To all hacker wanna-be's:
 
30
  There are <strong>no private keys on this server</strong>!
 
31
</p>
 
32
 
 
33
<!--#include file="ssi/footer.html" -->