You can find the keystore for SSL in this file on the server:
`[Ivy-Server]/configuration/keystore``[Ivy-Server]/configuration/keystore.jks`
You can either add your certificate or create a new keystore. For information about how to manipulate a keystore for Java, please use the [keytool][1] from Oracle.
Do not forget to adapt the settings for SSL and HTTPS. Open the System Administration tool from Ivy and go to the System Properties. You will have to change especially the password in the property `WebServer.HTTPS.KeystorePass` (default is changeit).
![alt text][2]
If you have more than one certificates in your keystore you need to fill in the KeyAlias to specify which one should be used. If the field is empty, the first certificate in the keystore will be used.
[1]: http://docs.oracle.com/javase/7/docs/technotes/tools/windows/keytool.html
[2]: /upfiles/Unbenanntes_Bild.png