首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何更新Certbot版本?

如何更新Certbot版本?
EN

Stack Overflow用户
提问于 2018-02-26 21:05:23
回答 6查看 76.1K关注 0票数 38

我正在运行certbot --apache,但是我得到了以下错误:

代码语言:javascript
复制
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.

安装在Debian8.10上的版本是0.10.2

我想升级到0.21.0,这将修复https://community.letsencrypt.org/t/certbot-0-21-0-release/50725问题

但是我尝试了apt-获取更新/升级,我得到了以下内容:

代码语言:javascript
复制
certbot is already the newest version.
certbot set to manually installed.

对如何更新有什么建议吗?

EN

回答 6

Stack Overflow用户

回答已采纳

发布于 2018-02-26 21:34:24

不知道我是怎么错过这个的。来自安装文档https://certbot.eff.org/docs/install.html#certbot-auto

代码语言:javascript
复制
user@webserver:~$ wget https://dl.eff.org/certbot-auto
user@webserver:~$ chmod a+x ./certbot-auto
user@webserver:~$ ./certbot-auto --help
票数 43
EN

Stack Overflow用户

发布于 2020-04-27 17:11:05

您可以检查您的软件版本,但这是可行的:

代码语言:javascript
复制
sudo apt-get update -y
sudo apt-get install software-properties-common
sudo add-apt-repository universe
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update -y
sudo apt-get install certbot python-certbot-apache
certbot --version

https://certbot.eff.org/lets-encrypt/ubuntuxenial-apache

票数 8
EN

Stack Overflow用户

发布于 2021-05-24 14:49:33

代码语言:javascript
复制
sudo apt update
sudo apt install --only-upgrade certbot

用nginx在ubuntu上试过,对我来说没有问题。

票数 8
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/48997079

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档