LDAP store SSL certificate

1.8k Views Asked by At

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

1

There are 1 best solutions below

5
user207421 On BEST ANSWER

It depends on the purpose.

  • userCertificate is for certificates
  • userPKCS12 is for PKCS12 keystores including key-pairs, certificates, and signer chains.

One object class that includes them both is inetOrgPerson.