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%20H%C3%B6lzl's gravatar image

Johann Hölzl
(suspended)
accept rate: 0%

edited 18.08.2014 at 11:29

Christian%20Strebel's gravatar image

Christian St... ♦
3.2k31338


You can find the keystore for SSL in this file on the server:

[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 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

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.

link

answered 07.03.2011 at 09:14

Flavio%20Sadeghi's gravatar image

Flavio Sadeghi ♦♦
(suspended)
accept rate: 75%

edited 15.01.2016 at 14:58

Dominik%20Regli's gravatar image

Dominik Regli ♦
(suspended)

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 ♦♦ Flavio%20Sadeghi's gravatar image

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.

link

answered 18.08.2014 at 11:39

Christian%20Strebel's gravatar image

Christian St... ♦
3.2k31338
accept rate: 88%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×40
×27

Asked: 07.03.2011 at 05:28

Seen: 5,025 times

Last updated: 31.07.2017 at 08:16