> In a LDAP directory, certificates can be stored as binary
> data under the attribute "userCertificate".
>
> Which of the certificate formats that OpenSSL can produce is
> the correct one to use for this?
The DER (binary) format. Usually transmitted through ldap via a base64
encoding thereof. which means you could take the "PEM" format, strip off
the ---marker lines--- and use it directly in LDIF format ...
/r$
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]