Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: diserva.de
I ran this command: certbot --version || ./certbot-auto --version
It produced this output: certbot 0.10.2
My web server is (include version): Apache/2.4.10 (Debian)
The operating system my web server runs on is (include version): Debian 8.10 (jessie)
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
This is exactly the question. When running "certbot --version", I get "certbot 0.10.2", when running "./certbot-auto --version", I get "certbot 0.31.0".
The overall question I have is: am I save for discontinuation of ACME TLS-SNI-01?
"certbot renew --dry-run" produces this error when performing the challenges:
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
Attempting to renew cert from /etc/letsencrypt/renewal/www.diserva.de.conf produced an unexpected error: Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.. Skipping.** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates below have not been saved.)All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/www.diserva.de/fullchain.pem (failure)
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates above have not been saved.)
1 renew failure(s), 0 parse failure(s)
while "./certbot-auto renew --dry-run" shows no errors.