踩坑教训协议

certbot 安装证书报错:The requested nginx plugin does not appear to be installed

By karp 692 Views 14 MIN READ 0 Comments

需要看你是否安装python3还是python2

sudo yum install certbot python2-certbot-nginx
sudo yum install certbot python3-certbot-nginx
$ sudo yum install certbot python2-certbot-nginx

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Package certbot-1.11.0-2.el7.noarch already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package python2-certbot-nginx.noarch 0:1.11.0-1.el7 will be installed
--> Processing Dependency: pyparsing >= 1.5.5 for package: python2-certbot-nginx-1.11.0-1.el7.noarch
--> Running transaction check
---> Package pyparsing.noarch 0:1.5.6-9.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=====================================================================================================================================================================================
 Package                                              Arch                                  Version                                        Repository                           Size
=====================================================================================================================================================================================
Installing:
 python2-certbot-nginx                                noarch                                1.11.0-1.el7                                   epel                                 78 k
Installing for dependencies:
 pyparsing                                            noarch                                1.5.6-9.el7                                    base                                 94 k

Transaction Summary
=====================================================================================================================================================================================
Install  1 Package (+1 Dependent package)

Total download size: 172 k
Installed size: 633 k
Is this ok [y/d/N]: y
Downloading packages:
(1/2): pyparsing-1.5.6-9.el7.noarch.rpm                                                                                                                       |  94 kB  00:00:00     
(2/2): python2-certbot-nginx-1.11.0-1.el7.noarch.rpm                                                                                                          |  78 kB  00:00:00     
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                420 kB/s | 172 kB  00:00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : pyparsing-1.5.6-9.el7.noarch                                                                                                                                      1/2 
  Installing : python2-certbot-nginx-1.11.0-1.el7.noarch                                                                                                                         2/2 
  Verifying  : python2-certbot-nginx-1.11.0-1.el7.noarch                                                                                                                         1/2 
  Verifying  : pyparsing-1.5.6-9.el7.noarch                                                                                                                                      2/2 

Installed:
  python2-certbot-nginx.noarch 0:1.11.0-1.el7                                                                                                                                        

Dependency Installed:
  pyparsing.noarch 0:1.5.6-9.el7                                                                                                                                                     

Complete!

本文由 karp 原创

采用 CC BY-NC-SA 4.0 协议进行许可

转载请注明出处:https://www.ikarp.top/index.php/archives/125.html

标签: 无标签

相关推荐

  • 暂无相关推荐,看看别的吧。

0 评论