We use SSL/HTTPS to access the Ivy server. We want to exchange the certificate with our own. How can we do this? asked 07.03.2011 at 05:28 Johann Hölzl Christian St... ♦ |
Another easy way is to use the Webserver Integration with an IIS or Apache in front of the Ivy server. Then the SSL/HTTPS configuration can be made in the IIS or Apache webserver. Normally the IT of the customer knows how to do that. answered 18.08.2014 at 11:39 Christian St... ♦ |
You can find the keystore for SSL in this file on the server:
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 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 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. answered 07.03.2011 at 09:14 Flavio Sadeghi ♦♦ Dominik Regli ♦ The following commands creates a key-pair for the serverside: keytool -genkey -keyalg RSA -alias <myalianame> -keystore selfsigned.jks -validity <days> -keysize 2048
(31.07.2017 at 08:16)
Flavio Sadeghi ♦♦
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 07.03.2011 at 05:28
Seen: 5,134 times
Last updated: 31.07.2017 at 08:16