Question

FME Server 2022 on Debian Linux: configure https with .pem files

  • 10 August 2022
  • 1 reply
  • 6 views

Badge +4

Hi everyone,

 

I've seen the https configuration is completely changed in FME Server 2022 compared to the one in FME Server 2021, due to the introduction of Nginx as a reverse proxy. The documentation, for Linux, says that private key and certificate files must be provided in .key and .crt format.

 

Now, I have private key and certificate files in .pem format and I'm asking if they can be used just as they are, because I have an Nginx installation (in another host with a completely different purpose than FME Server) that works directly with .pem files.

 

Thanks!


1 reply

Badge +10

Hi @davtorgh​ ,

 

While we haven't tested with a .pem file it should be possible as the nginx supports it. You will have to open file /etc/nginx/nameserver/ssl.conf and make sure the SSL certificate and key are pointed to the correct name and directory of your certificate though.

Reply