I am in the process to change FME server from http to https per our cyber security requirements. I am relatively new to the ssl certification installation for web applications. I followed this article to install SSL certificate for FME server.
https://community.safe.com/s/article/Using-a-CA-Certificate-with-FME-Server,
I obtained a cer file successfully after submitting the CSR string to my company's CA authority. But this command fails to import the certificate for FME server:
keytool -import -alias tomcat -keystore tomcat.keystore -trustcacerts -file D:\\FME\\certs\\hou0etgis16\\certnew_base64encoded.cer
keytool error: java.lang.Exception: Failed to establish chain from reply.
I tried installing or not installing the root and intermediate certificates using the same cer file, but still the same error for the above command. Any idea?
Allen