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: sarvagram.com
I ran this command: certbot renew --force-renewal -d sarvagram.com
It produced this output: Currently, the renew verb is capable of either renewing all installed certificates that are due to be renewed or renewing a single certificate specified by its name. If you would like to renew specific certificates by their domains, use the certonly command instead. The renew verb may provide other options for selecting certificates to renew in the future.
My web server is (include version): Apache 2
The operating system my web server runs on is (include version): Ubuntu 16
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): 1.22.0
I ran this command: certbot certonly -d sarvagram.com
(selected apache for ACME CA)
It produced this output: Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: sarvagram.com
Type: unauthorized
Detail: Invalid response from http://sarvagram.com/.well-known/acme-challenge/P8yHlG3fP0kFAea9uH0K0TsKdivg_z6uuhFr6RFQwSE [170.249.236.20]: "<html lang="en-US"><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"
I ran this command: sudo certbot delete --cert-name sarvagram.com
It produced this output: No certificate found with name sarvagram.com (expected /etc/letsencrypt/renewal/sarvagram.com.conf).
I am neither able to delete expired cert nor able to renew it.
What can I do to renew the cert?
Suraj