Hostwinds 教程
寻找结果为:
让我们加密是一个证书颁发机构,允许您获取SSL证书。对于具有Shell Access的系统,建议安装CertBot,该应用程序使用ACME协议。Certbot包装了许多常见的操作系统和Web服务器。
sudo dnf install certbot python2-certbot-apache
sudo apt update && sudo apt upgrade
sudo apt-get install certbot python-certbot-apache
certbot --apache -d example.com -d www.example.com -d other.example.net
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
wget https://dl.eff.org/certbot-auto
chmod a+x ./certbot-auto
./certbot-auto
./certbot-auto --help>
撰写者 Hostwinds Team / 四月 24, 2018