~ubuntu-branches/ubuntu/precise/pyca/precise

« back to all changes in this revision

Viewing changes to debian/pyca.1

  • Committer: Bazaar Package Importer
  • Author(s): Lars Bahner
  • Date: 2003-12-02 19:39:35 UTC
  • Revision ID: james.westby@ubuntu.com-20031202193935-a2izk0amdo1gre1e
Tags: 20031118-1
* New upstream release
* conversion to dpatch
* Significantly reworked debian/rules
* Added patch for encoding type utf-8 to pylib/openssl/cnf.py
  io. to avoid croak from ca2ldif.py. My system
  is utf-8 an so I trust are many others.
* New frontpage
* Typos in man-pages ... which are also UTF-8 :|
* Cascade the manpages to actual files shut lintian up. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.encoding UTF-8
 
3
.TH pyca 1 "june 30, 2002"
 
4
.SH NAME
 
5
pyca \- CA written in python
 
6
.SH DESCRIPTION
 
7
The scripts in ths suite are basically wrappers around \fBopenssl(1)\fP. Additionally the scripts integrates the generic CA\-functionality with the mail\-system and apache for handling certificate requests; with LDAP for handling distributing certificates and revocation lists; and cron for maintenance tasks.
 
8
.SH PROGRAMMES
 
9
.TP
 
10
.B ca2ldif.py
 
11
Write CA certificates and CRLs to a LDIF file. This is intended for initially setting up the CA entries not for daily CRL update. The entries are of objectclass certificationAuthority and contain the attributes cACertificate;binary, authorityRevocationList;binary and certificateRevocationList;binary. This might require extending schemas on LDAPv2 servers. Have a look at your LDAP servers configuration documentation.
 
12
.TP
 
13
.B certs2ldap.py
 
14
Send all certs and CRLs to a LDAP repository.
 
15
.TP
 
16
.B copy\-cacerts.py
 
17
Copy all CA certificates defined in an OpenSSL configuration to a bundled PEM file or a directory with hash\-named symbolic links. This is quite handy in conjunction with ApacheSSL or Apache with mod_ssl for copying the files for SSLCACertificateFile or SSLCACertificatePath.
 
18
.TP
 
19
.B ns\-jsconfig.py
 
20
Create Javascript code containing all CA certificates defined in an OpenSSL configuration for use with the Netscape admin tool (creating netscape.cfg).
 
21
.TP
 
22
.B print\-cacerts.py
 
23
This simple script prints all CA certs on stdout. It is intended to generate authentic printouts (on paper!) of the CA certs fingerprints and is typically run on the private CA system.
 
24
Choose the option \-\-html to generate nicer formatted HTML\-output instead of the default textual output in ISO\-8859\-1.
 
25
.TP
 
26
.B ns\-jsconfig.py
 
27
Create a Javascript file to be included in a Netscape configuration file (netscape.cfg). 
 
28
.SH SEE ALSO
 
29
.BR pyca (8)
 
30
.P
 
31
The programs are documented fully by the HTML documents in \fB/usr/share/doc/pyca/htdocs/\fP
 
32
.SH COPYRIGHT
 
33
Copyright � 2001 \- 2003 Michael Str�der <michael@stroeder.com>
 
34
 
 
35
 
 
36
This software including all modules is Open Source and given away under:
 
37
GPL (GNU GENERAL PUBLIC LICENSE) Version 2.
 
38
 
 
39
The author refuses to give any warranty of any kind.
 
40
.SH AUTHOR
 
41
Michael Str�der <michael@stroeder.com>
 
42
.P
 
43
This manual page was written by Lars Bahner <bahner@debian.org>,
 
44
for the Debian GNU/Linux system.