Home  >  Article  >  Topics  >  Some servers cannot obtain Let's Encrypt solution

Some servers cannot obtain Let's Encrypt solution

藏色散人
藏色散人forward
2020-11-03 15:25:593034browse

The following tutorial column of Pagoda Panel will introduce to you the solution to the problem that some servers cannot obtain Let's Encrypt. I hope it will be helpful to friends in need!

Some servers cannot obtain Let's Encrypt solution

Recently, it was discovered that some servers did not successfully download certbot-auto when installing the panel, resulting in the inability to obtain the Let's Encrypt certificate normally. We now provide a manual download and installation method

Recommended tutorial: "Pagoda"

Uninstall the possibly damaged epel source (if you are sure that the epel source is OK, you can skip it):

yum remove epel-release -y

Download script:

wget -O /www/server/panel/certbot-auto http://download.bt.cn/install/certbot-auto.init -T 5

Installation dependencies:

The installation process may take a long time, about 5-10 minutes, please wait patiently!

chmod +x /www/server/panel/certbot-auto && /www/server/panel/certbot-auto -n

Tips below Content, indicating successful installation

Saving debug log to /var/log/letsencrypt/letsencrypt.log
Missing command line flags. For non-interactive execution, you will need to specify a plugin on the command line.  Run with '--help plugins' to see a list of options, and see https://eff.org/letsencrypt-plugins for more detail on what the plugins do and how to use them.

The above is the detailed content of Some servers cannot obtain Let's Encrypt solution. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:bt.cn. If there is any infringement, please contact admin@php.cn delete