~ubuntu-branches/ubuntu/saucy/pyca/saucy

« back to all changes in this revision

Viewing changes to debian/ca2ldif.py.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 ca2ldif-py 1 "december 2, 2003"
 
4
.SH NAME
 
5
ca2ldif.py \- parse and insert in certs to LDAP
 
6
.SH SYNOPSIS
 
7
.TP
 
8
.B ca2ldif.py
 
9
[options]
 
10
.SH DESCRIPTION
 
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
.SH USAGE
 
13
.TP
 
14
.B -h or --help
 
15
        Print help message.
 
16
.SH SEE ALSO
 
17
.BR pyca(1), certs2ldap.py(1), ca-cycle-pub(8), ca-cycle-priv(8)
 
18
.P
 
19
The programs are documented fully by the HTML documents in \fB/usr/share/doc/pyca/htdocs/\fP
 
20
.SH COPYRIGHT
 
21
Copyright � 2001 \- 2003 Michael Str�der <michael@stroeder.com>
 
22
 
 
23
This software including all modules is Open Source and given away under:
 
24
GPL (GNU GENERAL PUBLIC LICENSE) Version 2.
 
25
 
 
26
The author refuses to give any warranty of any kind.
 
27
.SH AUTHOR
 
28
Michael Str�der <michael@stroeder.com>
 
29
.P
 
30
This manual page was written by Lars Bahner <bahner@debian.org>,
 
31
for the Debian GNU/Linux system.