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
|
.\" Hey, EMACS: -*- nroff -*-
.encoding UTF-8
.TH ca2ldif-py 1 "december 2, 2003"
.SH NAME
ca2ldif.py \- parse and insert in certs to LDAP
.SH SYNOPSIS
.TP
.B ca2ldif.py
[options]
.SH DESCRIPTION
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.
.SH USAGE
.TP
.B -h or --help
Print help message.
.SH SEE ALSO
.BR pyca(1), certs2ldap.py(1), ca-cycle-pub(8), ca-cycle-priv(8)
.P
The programs are documented fully by the HTML documents in \fB/usr/share/doc/pyca/htdocs/\fP
.SH COPYRIGHT
Copyright 2001 \- 2003 Michael Strder <michael@stroeder.com>
This software including all modules is Open Source and given away under:
GPL (GNU GENERAL PUBLIC LICENSE) Version 2.
The author refuses to give any warranty of any kind.
.SH AUTHOR
Michael Strder <michael@stroeder.com>
.P
This manual page was written by Lars Bahner <bahner@debian.org>,
for the Debian GNU/Linux system.
|