Step 6: Configuring SSL certificate for EBICS Server (JBoss)

The following procedure describes how to configure the SSL certificate for the JBoss EBICS Server.

  1. Navigate to the directory <EBICS Server installation directory>/JBossServer/server/bankrechner/conf and remove the file bankrechner.keystore.
  2. In the same directory, execute the keytool from JRE or JDK:
  3. keytool -genkey -keystore bankrechner.keystore -keyalg RSA -keysize 1024 -alias bankrechner
  4. Important: Enter the same password value for -keystore and -alias.
  5. Enter the following information in the keytool:
  6. If you changed the password in the keytool screen:
  7. Save the modifications.

Related topics

Installing EBICS Server on JBoss: general implementation procedure