Step 6: Configuring SSL certificate for EBICS Server (JBoss)
The following procedure describes how to configure the SSL certificate for the JBoss EBICS Server.
- Navigate to the directory <EBICS Server installation directory>/JBossServer/server/bankrechner/conf and remove the file bankrechner.keystore.
- In the same directory, execute the keytool from JRE or JDK:
- keytool -genkey -keystore bankrechner.keystore -keyalg RSA -keysize 1024 -alias bankrechner
- Important: Enter the same password value for -keystore and -alias.
- Enter the following information in the keytool:
- KeyStore Password: Enter a password
- User Name: Enter the Hostname with network domain of the machine
- Organisation Unit: Enter a name
- Organisation: Enter a name
- City: Enter a location
- Region: Enter a location
- Country Code: Enter a two-letter country code
- Confirm your entries
- Important: The password for bankrechner must be the same as the KeyStore password. The default password configured is "changeit".
- If you changed the password in the keytool screen:
- Navigate to <EBICS Server installation directory>/JBossServer/server/bankrechner/deploy/jboss-web.deployer
- Open the file server.xml
- Set the value of the keystorePass attribute to the same password as you entered in the keytool screen.
- Save the modifications.
Related topics
Installing EBICS Server on JBoss: general implementation procedure