[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Supported formats of server/client certificate



Ondrej Moriš wrote:
> I am wondering what formats of server/client x.509 certificates are
> supported by OpenLDAP? I see that PEM is supported, but what about other
> formats like binary DER, PKCS#7, PKCS#12?

Only the ASCII-armored cert format often called PEM format is supported.

If you have other formats you should make yourself familiar with how to
convert those with OpenSSL command-line tool.

Ciao, Michael.