Since the packaging change from certbot to python2-certbot, it doesn't renew
certificates for domains configured in /etc/certbot/renewal/ anymore.
There is a file in /etc/certbot/renewal/mydomain.conf, but it seems to ignore
it:
>$ sudo certbot -vvv renew
>Root logging level set at -10
>Saving debug log to /var/log/letsencrypt/letsencrypt.log
>
>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
>
>No renewals were attempted.
>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
>no renewal failures
contents of /var/log/letsencrypt/letsencrypt.log
>2018-11-09 10:23:59,144:DEBUG:certbot.main:certbot version: 0.27.1
>2018-11-09 10:23:59,144:DEBUG:certbot.main:Arguments: ['-vvv']
>2018-11-09 10:23:59,144:DEBUG:certbot.main:Discovered plugins:
>PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
>2018-11-09 10:23:59,160:DEBUG:certbot.log:Root logging level set at -10
>2018-11-09 10:23:59,161:INFO:certbot.log:Saving debug log to /var/log/
letsencrypt/letsencrypt.log
>2018-11-09 10:23:59,162:DEBUG:certbot.renewal:no renewal failures
What should I do?