Packaging and Deploying FortiClient for macOS

·


Packaging FortiClient for macOS can be difficult if you use a standard method for automatically packaging and updating installers such as AutoPkg. The main challenges are a) that the installer is locked behind a fortinet login, and b) that the public “installer” is just a .dmg with a downloader application inside.

I’ve written an AutoPkg processor to handle downloading and extracting the latest installer into a deployable format

WIP