Skip to main content
Question

How to officially import an Self-Signed SSL certificate in keystore on FME Server?

  • June 21, 2019
  • 2 replies
  • 205 views

geojanmov

Root certificates are automatically placed in “C:\\Program Files\\FMEServer\\Utilities\\jre\\lib\\security”. This is where the keystore is and also our self-signed root certificate with others. In “C:\\Program Files\\FMEServer\\Server\\fme\\ssl” we can find only the PEM file which is obtained from Mozilla (public root certificates).

 

Unfortunately we cannot find anywhere how to use the keystore instead of a standard PEM file, as FME takes only public root certificates. Now we made some changes in the PEM file to import the root certificate. But how to officially import an Self-Signed SSL certificate in keystore on FME Server?

Kind regards,

GeoJan

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

Forum|alt.badge.img+2

Hi @geojan,

Have you followed our documentation steps for using a self signed certificate? They should walk you through importing certificates or using a self signed certificate.

 

We also have additional information on this site, specifically our troubleshooting guide that may provide more information.

 

 

Alternatively, if what you're trying to do isn't covered by us, it may be worth looking online to see if anyone else has achieved it. As with HTTPS/SSL you're actually configuring Tomcat directly (to import certificates etc) there may be information specific to using pem files and tomcat.

 

 

 

If you think it's configured but FME Server isn't working in the browser properly, looking through the tomcat logfiles should give an error message detailing what's not working.

geojanmov
  • Author
  • 23 replies
  • July 1, 2019

Hi @geojan,

Have you followed our documentation steps for using a self signed certificate? They should walk you through importing certificates or using a self signed certificate.

 

We also have additional information on this site, specifically our troubleshooting guide that may provide more information.

 

 

Alternatively, if what you're trying to do isn't covered by us, it may be worth looking online to see if anyone else has achieved it. As with HTTPS/SSL you're actually configuring Tomcat directly (to import certificates etc) there may be information specific to using pem files and tomcat.

 

 

 

If you think it's configured but FME Server isn't working in the browser properly, looking through the tomcat logfiles should give an error message detailing what's not working.

Thanks for your response. I'm going to look into the troubleshooting guide.