Michael David wrote:
>
> 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?
You can use the PEM format (baSe 64) output of the sign process, without
the
-----BEGIN
-----END
lines and compatting all the resulting lines in one line.
In other hands it's a BASE64 of the DER form...
--
Dott. Sergio Rabellino
Technical Staff
Department of Computer Science
University of Torino (Italy)
Member of the Internet Society
http://www.di.unito.it/~rabser
Tel. +39-0116706701
Fax. +39-011751603
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]