Helo I tried to renew my certificte but it won’t work. I did an upgrade to Debian 9 (from 6) and tehrefore I now use the included certbot. Unfortunately the renew process no longer works.
I have fortgot to menation that I have another config running (unfortunatly only for www.isepos.de) which works just fine…i’m really clueless…would it be an option to revoke all certificates and apply new ones?
So what seems to be happening is it's trying to renew using the tls-sni-01 challenge and failing for some reason. The tls-sni-01 challenge is deprecated anyway due to a security issue (it's only available for renewals) so your best bet is probably to try to move away from it and use another challenge instead, rather than trying to get tls-sni-01 working again.
Since you're now (presumably) using certbot 0.21.1, the simplest way to do that may be to try something like
certbot renew --preferred-challenges http-01
If it still doesn't work, please share the new error output.