I'm using OpenDS as a LDAP server. Is it possible to store SSL certificates for several applications (Tomcat/Apache Webserver etc.) in LDAP?
I think "userCertificate" wouldn't be the right choice. Could this be handled by an extension?
Thanks in advance. Regards, Daniel
It depends on the purpose.
userCertificateis for certificatesuserPKCS12is for PKCS12 keystores including key-pairs, certificates, and signer chains.One object class that includes them both is
inetOrgPerson.