ispconfig_update.sh with ansible

Discussion in 'General' started by SamTzu, Nov 26, 2024.

  1. SamTzu

    SamTzu Active Member

    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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Th0m and ahrasis like this.

Share This Page