A bash script for fetching and renewing Let's Encrypt SSL certificates for FileMaker Server running on Mac.
How to use it (should work, without guarantee):
- install homebrew if it is not installed already
- install certbot:
brew install certbot
- download the git repo
- change the directory to the downloaded folder
- find out what shell you use:
echo $SHELL
- the file you'll need is either "GetSSH.zsh" if your are using the zsh shell or propably "GetSSH.sh" for bash or sh
- edit the file and change the domain name on line 13
- run the script: either
sudo ./GetSSH.zsh
orsudo ./GetSSH.sh
depending on your shell - good luck!
The original instructions and an example video can be found at https://bluefeathergroup.com/blog/lets-encrypt-ssl-certificates-for-filemaker-server-for-mac/