Follow the steps below:
- Import the root first using 'root' alias:
keytool -J-server -keystore $FMS_HOME\config\tomcat.keystore -storepass nitrogen -import -trustcacerts -alias root -file put\path\root_cert\here - Import the intermediate cert with alias 'intermediate':
keytool -J-server -keystore $FMS_HOME\config\tomcat.keystore -storepass nitrogen -import -trustcacerts -alias intermediate -file put\path\intermediate_cert\here - Import the SSL cert using tomcat alias:
keytool -J-server -keystore $FMS_HOME\config\tomcat.keystore -storepass nitrogen -import -trustcacerts -alias tomcat -file put\path\SSL_Key_cert\here
In case you got one file from the Certificate Authority (CA) which contain the root, the intermediate and your personal certificate, you can extract the single certificates using the following steps.
- Open the file and select the tab "Certificate Path". Here you will find the bundled certificates:

- Double click on the on the root certificate and a new window will open.
- Here click on tab "Details" and then the button "Copy to File".

- Save the single root certificate into a file.
- Do the same for the intermediate certificate and you personal certificate.
- Once you have a single file for each certificate, import them like explained above.