.\" 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 Ströder 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 Ströder .P This manual page was written by Lars Bahner , for the Debian GNU/Linux system.