Details
-
New Feature
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.0.0-M3 (2.0.0.v20120224)
-
None
Description
In some case, the user might want to configure the keystore to use. The LdapServerBean contains some parameters allowing the user to do that :
/** The keystore file */
@ConfigurationElement(attributeType = "ads-keystoreFile")
/** The certificate password */
@ConfigurationElement(attributeType = "ads-certificatePassword")
The documentation for older version of ApacheDS (1.5.5) explains that we can modify the server.xml fle to do that :
http://directory.apache.org/apacheds/1.5/33-how-to-enable-ssl.html
It's actually missing in the Studio ApacheDS configuration plugin.