Every now and then one of our mail servers starts to complain about expired SSL cert. This usually happens with the (FQDN) server name cert. The others work fine. The fix is simple. Regerate ISPconfig SSL cert with --force. ispconfig_update.sh --force I would like to use Ansible to mass regerate ISPconfig cert. Code: ansible ispconfigservers -m shell -a 'ispconfig_update.sh --force' Unfortunatelly that command does not tell update script to regenerate new SSL cert. Any ideas how to do that?
You must use a autoinstall.ini file to pass the desired "answers" for the questions the updater asks: https://git.ispconfig.org/ispconfig...velop/docs/autoinstall_samples?ref_type=heads