[opensuse-support] python2-certbot doesn't renew certificate
$ sudo certbot -vvv renew Root logging level set at -10 Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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: -
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?
It seems the location of all configuration and certificates has changed, from /etc/certbot to /etc/letsencrypt. On Fri, 2018-11-09 at 10:27 +0100, Maximilian Trummer wrote:
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,Plugi nEntryPoint#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? -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
Am Mittwoch, 14. November 2018, 01:02:43 CET schrieb Olav Reinert:
It seems the location of all configuration and certificates has changed, from /etc/certbot to /etc/letsencrypt.
I moved the folder, edited the renewal config files and also nginx.conf and everything works as expected now. Thanks!
participants (2)
-
Maximilian Trummer
-
Olav Reinert