Skip to content

Remove --renew flag for certbot-auto which causes errors

xenofem requested to merge xenofem/ansible:fix-certbot-broken-flag into master

The --renew flag given to certbot-auto in the cronjob doesn't exist for the version that got installed on my server, and causes it to fail with an error message. The default behavior if there's an existing certificate is already to attempt a renewal, so this flag isn't necessary.

Merge request reports