Hostwinds 教程

寻找结果为:


目录


安装
软呢帽
德比安
备用安装形式

如何安装“让我们加密”

标签: SSL 

安装
软呢帽
德比安
备用安装形式

让我们加密是一个证书颁发机构,允许您获取SSL证书。对于具有Shell Access的系统,建议安装CertBot,该应用程序使用ACME协议。Certbot包装了许多常见的操作系统和Web服务器。

安装

软呢帽

sudo dnf install certbot python2-certbot-apache

德比安

  • 如果您运行Debian Stretch或Debian Sid,则可以安装certbot软件包。
sudo apt update && sudo apt upgrade
sudo apt-get install certbot python-certbot-apache
  • 如何使用apache插件获取证书。
certbot --apache -d example.com -d www.example.com -d other.example.net
  • 如果使用nginx,则必须安装Python-Certbot-nginx插件,然后使用-nginx标志
apt install python-certbot-nginx
certbot --nginx -d example.com -d www.example.com -d other.example.net

当您最初运行命令以获取证书时,Certbot将创建一个帐户,要求您发送电子邮件并协议给Let的加密用户策略。您可以通过添加--email和-agree-to inters自动执行该任务

./certbot-auto certainly --standalone --email admin@example.com -d example.com -d www.example.com -d other.example.net

备用安装形式

  • 使用CESTBOT-AUTO包装脚本安装CERTBOT。 这将从Web服务器操作系统中获取依赖项。
wget https://dl.eff.org/certbot-auto
chmod a+x ./certbot-auto
  • 运行最近下载的certbot
./certbot-auto
  • 额外引物的查询
./certbot-auto --help>

撰写者 Hostwinds Team  /  四月 24, 2018