Install the plugin to allow running on the host shell
vagrant plugin install vagrant-host-shell
Add this to your vagrantFile
# https://support.kerioconnect.gfi.com/hc/en-us/articles/360015200119-Adding-Trusted-Root-Certificates-to-the-Server
config.vm.provision "Import CA", type: "host_shell" do |host_shell|