Deploying FileMaker Server on Ubuntu Linux with Let's Encrypt SSL

Hi everyone,

I have published an article “Deploying FileMaker Server on Ubuntu Linux with Let's Encrypt SSL” In which I discuss how to set up FileMaker Server on an Ubuntu Linux server, secure it behind a firewall and use a Let's Encrypt SSL certificate with automatic safe renewals using Certbot that won’t disrupt users.

The scripts for Let’s Encrypt certificate creation and renewal are published as an open source project on Github.

The article and scripts are based on the latest Claris FileMaker Server 19.6.3 utilizing Nginx as the web server.

Hope you find it useful!

10 Likes

nice one - especially tweaking the web root to the proper web server :slight_smile: took me quite some time to figure out which web root is "responsible"...

oh and by the way - welcome to the soup :slight_smile:

1 Like

Hi @mhtawfiq, welcome. The walkthrough is very helpful, thanks.

Thanks everyone! appreciate it.

Let me know if there is anything to improve or add.

I am planing to publish another guide soon on how to setup automated offsite backups to S3 storage using rclone.

1 Like

My guess is that it will interest the members.

Typo in the ReadMe.md, wegt instead of wget.

wegt https://github.com/mhtawfiq/FileMaker-LetsEncrypt-Ubuntu-Nginx/blob/3702dfd50481cbef829c811edf0164bfdcb05635/fms-ssl/renew-cert-at.sh

1 Like

Corrected, thanks for catching this!