I am running certbot --apache
but I get the following error:
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org Obtaining a new certificate Performing the following challenges: Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
Version installed is 0.10.2
on Debian 8.10
I would like to upgrade to 0.21.0 which should fix the issue https://community.letsencrypt.org/t/certbot-0-21-0-release/50725
but I tried apt-get update/upgrade and I get the following:
certbot is already the newest version. certbot set to manually installed.
Any suggestions on how to update?
Certbot 1.22. class from the Python standard library.
certbot --version is the correct syntax here. If you do not have certbot installed and you type that, it will generate the error certbot: command not found . This is not a sign of incorrect syntax, but rather, the sign that it is not installed.
Certbot is run from a command-line interface, usually on a Unix-like server. In order to use Certbot for most purposes, you'll need to be able to install and run it on the command line of your web server, which is usually accessed over SSH.
Not sure how I missed this. From the install docs https://certbot.eff.org/docs/install.html#certbot-auto
user@webserver:~$ wget https://dl.eff.org/certbot-auto user@webserver:~$ chmod a+x ./certbot-auto user@webserver:~$ ./certbot-auto --help
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With