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:avmail.alliedvaughn.com
I ran this command: sudo service apache2 stop
sudo certbot renew
Sudo service apache2 start
It produced this output: When I ran the sudo certbot renew it produced this error message:
root@avmail:/etc/letsencrypt/renewal# sudo certbot renew
usage:
certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...
Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
it will attempt to use a webserver both for obtaining and installing the
certificate.
certbot: error: unrecognized arguments: --standalone-supported-challenges=http-01
My web server is (include version): apache2 2.4.29
The operating system my web server runs on is (include version): Ubuntu 18 LTS
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):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): 2.11.0
Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
it will attempt to use a webserver both for obtaining and installing the
certificate.
certbot: error: unrecognized arguments: --standalone-supported-challenges=http-0
1
I also ran the below command:
root@avmail:/home/illkarl# certbot --version
certbot 2.11.0
yes, standalone_supported_challenges = http-01, is in the renewal conf file.
I'm guessing my predecessor put it there. My company was already using Let's Encrypt for 2 of our servers before I started in May 2023. Should it be taken out?
Yes, it's not an option recognised by the current Certbot versions. Frankly, this option was removed in Certbot version 0.33.0, released back in 2019-04-03, more than 5 years ago.
So if you're running into this problem just now, that would mean you were running a really ANCIENT version of Certbot for all those years..
The standalone plugin only supports http-01 anyway, so the option was superfluous..
Now it is coming back to me. The last time I had to renew the certificate for this server I also had issues where it wouldn't renew. At that time I also posted something in the community and someone was able to help me resolved it. However after the certificate renewal he had me check the certbot version and notice it was 0.27.0. He had me upgraded it to 2.11.0 and this is the first time I was attempting to renew the certificate with the new certbot version.
I have remove the standalone plugin and when I run certbot certificates I get the below:
Screenshots are a colossal pain to read. Can you highlight the text in PuTTY so tht it is automatically copied to your clipboard and then paste it between two lines that contain only ``` ?