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

Some servers cannot obtain Let's Encrypt solution

藏色散人
Release: 2020-11-03 15:26:50
forward
3079 people have browsed it

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
Copy after login

Download script:

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

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
Copy after login

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.
Copy after login

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!

Related labels:
source:bt.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template