小编iew*_*guy的帖子

寻找一种让 certbot 在 Amazon Linux 2 上运行的方法

亚马逊推出了一款名为“Amazon Linux 2”的新 Linux

当我尝试让 certbot 运行时......

 wget https://dl.eff.org/certbot-auto
 chmod a+x certbot-auto
 ./certbot-auto
Run Code Online (Sandbox Code Playgroud)

给出这个错误

Sorry, I don't know how to bootstrap Certbot on your operating system!

You will need to install OS dependencies, configure virtualenv, and run pip install manually.
Please see https://letsencrypt.readthedocs.org/en/latest/contributing.html#prerequisites for more info.
Run Code Online (Sandbox Code Playgroud)

然后我尝试:

yum install pip
yum install python-pip
pip install cryptography 
pip install certbot
yum install python-urllib3
yum install augeas
/usr/bin/certbot
Run Code Online (Sandbox Code Playgroud)

我收到这条消息

Traceback (most recent call last):
  File "/usr/bin/certbot", line 7, in <module>
    from certbot.main …
Run Code Online (Sandbox Code Playgroud)

amazon-linux lets-encrypt certbot

5
推荐指数
1
解决办法
9346
查看次数

标签 统计

amazon-linux ×1

certbot ×1

lets-encrypt ×1