Step 5: Bind the certificate with ADSelfService Plus
- Copy the SelfService.Keystore file to: <Install Directory>\conf.
- Back up the server.xml and web.xml files.
- Edit the server.xml file (at <Install Directory>\conf) by replacing the values of the following SSL connector tags:
-"keystoreFile" with "./conf/SelfService.keystore".
-"keystorePass" with the password you entered while generating CSR.
Eg:
<Connector SSLEnabled="true" acceptcount="100" clientauth="false" connectiontimeout="20000" debug="0" disableuploadtimeout="true" enablelookups="false"
keystorefile="./conf/selfservice.keystore" keystorepass="keystore_password" maxsparethreads="75" maxthreads="150" minsparethreads="25" name="SSL" port="9251" scheme="https" secure="true" sslprotocol="TLS" sslprotocols="TLSv1,TLSv1.1,TLSv1.2"><connector>
- Restart ADSelfService Plus and check if the certificate is installed correctly.