Tech Document
Sep 25, 2018
How to Install Certificates on FileMaker Server 14 and Earlier
This article will go into detail on how to install certificates on FileMaker Server 14 and earlier.
Products
- FileMaker Server
- 14.x
- 13.x
Import the certificate into FileMaker Server
After the purchase, you will recieve an email from the CA containing your server certificate (matching your domain name) and additional intermediate certificates. Only the server certificate needs to be imported. The certificate should be in Base64 PEM format. Common extensions are .pem, .crt, or .cer.
To import the certificate:
- Run the import command via command prompt:
- macOS: Open Terminal and run the command:
fmsadmin certificate import <path to certificate> - Windows: Open Command Prompt (cmd) as an administrator and run the commands:
cd "C:\Program Files\FileMaker\FileMaker Server\Database Server"
fmsadmin certificate import <path to certificate>
- macOS: Open Terminal and run the command:
- Go to the Admin Console (https://<ServerAddress>:16000/admin-console) > Database Server > Security
- Enable "Use SSL for database connections"
- Click Save at the bottom of the Admin Console window.
- Restart FileMaker Server
Multi-machine deployments: Run these commands on each machine in the deployment to import each matching certificate, then restart FileMaker Server on all machines.